SalesCalcTax.post Method [AX 2012]
Posts tax for the current document.
Syntax
public void post(LedgerVoucher _ledgerVoucher, [NoYes _post])
Run On
Server
Parameters
- _ledgerVoucher
Type: LedgerVoucher Class
The voucher for the document.
- _post
Type: NoYes Enumeration
A Boolean value that indicates whether tax is posted.
Remarks
Set _post to false when you are confirming an order.