ProjTrans.postTransTurnover Method [AX 2012]
Calculates the currency amount depending on if the sales price will include taxes or not.
Syntax
public AmountCur postTransTurnover(AmountCur _returnValue)
Run On
Called
Parameters
- _returnValue
Type: AmountCur Extended Data Type
The AmountCur object that represents the amount calculated without taxes.
Return Value
Type: AmountCur Extended Data Type
An AmountCur object, either the original parameter value or a new object that reflects sales tax.
Remarks
This method only triggers if the BrazilParameters::isEnabled method returns true from the transTurnover value that is used for the post-handler.