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.
Calcualtes tax withhold for line.
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
public TaxAmountCur calcTaxWithholdForLine(
LedgerJournalTrans _ledgerJournalTrans,
[boolean _isOnJewelry,
boolean _isByCash,
boolean _isSettled])
Microsoft Dynamics AX 2012 R2 (SYS)
public TaxAmountCur calcTaxWithholdForLine(LedgerJournalTrans _ledgerJournalTrans)
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The ledger journal transaction.
- _isOnJewelry
Type: boolean
- _isByCash
Type: boolean
- _isSettled
Type: boolean
Return Value
Type: TaxAmountCur Extended Data Type
The instance of the TaxAmountCur class.