Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets total withhold tax amount
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
private TaxWithholdAmountCur getTotalWithholdAmountCur(
CustVendAC _accountNumber,
AmountCur _grossAmount,
LedgerJournalTrans _ledgerJournalTrans,
SpecTrans _specTrans,
TaxWithholdGroup _taxWithholdGroup,
CompanyId _invoiceCompanyId,
[RefRecId _cpOrigRefRecId,
boolean _isOnJewelry,
boolean _isByCash])
Microsoft Dynamics AX 2012 R2 (SYS)
private TaxWithholdAmountCur getTotalWithholdAmountCur(
CustVendAC _accountNumber,
AmountCur _grossAmount,
LedgerJournalTrans _ledgerJournalTrans,
SpecTrans _specTrans,
TaxWithholdGroup _taxWithholdGroup,
CompanyId _invoiceCompanyId,
[RefRecId _cpOrigRefRecId])
Run On
Server
Parameters
- _accountNumber
Type: CustVendAC Extended Data Type
Account number
- _grossAmount
Type: AmountCur Extended Data Type
Gross Amount
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
Ledger journal trans
- _specTrans
Type: SpecTrans Table
Spec trans
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
Tax withhold group
- _invoiceCompanyId
Type: CompanyId Extended Data Type
Invoice company id
- _cpOrigRefRecId
Type: RefRecId Extended Data Type
CP orig trans RefRecId
- _isOnJewelry
Type: boolean
- _isByCash
Type: boolean
Return Value
Type: TaxWithholdAmountCur Extended Data Type
Total withhold tax amount