AccDistRuleProductTax.postParmSide_BR Method [AX 2012]
Returns the accounting side when taxDirection equals to TaxDirection::OutgoingTax for CustInvoiceLineSourceDocLineItem.
Syntax
public DebitCredit postParmSide_BR(DebitCredit _returnValue)
Run On
Called
Parameters
- _returnValue
Type: DebitCredit Enumeration
The return value of sys parmSide.
Return Value
Type: DebitCredit Enumeration
parmSide return value when MonetaryAmount is MonetaryAmount::TaxNonRecoverable and the distribution is negative.
DebitCredit::Debit when distribution amount is grater than 0.
DebitCredit::Credit when distribution amount is less than 0.