Share via


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

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.

See Also

Reference

ProjTrans Class