ResolveVatProductPostingGroup Procedure
Codeunit TPGeneralFunctions_THI_LINC
Overloads
Name | Description |
---|---|
ResolveVatProductPostingGroup(Record ThirdPartyTransact_THI_LINC; Boolean; Boolean) | |
ResolveVatProductPostingGroup(Record ThirdPartyTransaction_THI_LINC; Boolean; Boolean) |
ResolveVatProductPostingGroup(Record ThirdPartyTransact_THI_LINC; Boolean; Boolean) Procedure
Signature
ResolveVatProductPostingGroup(var ThirdPartyTransactions: Record ThirdPartyTransact_THI_LINC; UseMapping: Boolean; AttemptDirectMapping: Boolean)
Parameters
var ThirdPartyTransactions
Record ThirdPartyTransact_THI_LINC
UseMapping
Boolean
AttemptDirectMapping
Boolean
ResolveVatProductPostingGroup(Record ThirdPartyTransaction_THI_LINC; Boolean; Boolean) Procedure
Deprecated
This procedure is deprecated and should not be used.
Reason: Changeing rec paramater to ThirdPartyTransact_THI_LINC.
Deprecated since: https://github.com/lincza/Linc-Third-Party-Transactions/issues/233
Signature
[Obsolete('Changeing rec paramater to ThirdPartyTransact_THI_LINC.', 'https://github.com/lincza/Linc-Third-Party-Transactions/issues/233')]
ResolveVatProductPostingGroup(var ThirdPartyTransactions: Record ThirdPartyTransaction_THI_LINC; UseMapping: Boolean; AttemptDirectMapping: Boolean)