Share via


TaxSettlement.calcAndPost Method [AX 2012]

Calls the calcAndInsertTaxes method and then the saveAndPost method.

Syntax

public TaxAmount calcAndPost(LedgerPostingController _ledgerPostingController)

Run On

Server

Parameters

Return Value

Type: TaxAmount Extended Data Type
The tax amount that is calculated in the CalcAndInsertTaxes method.

See Also

TaxSettlement Class

TaxSettlement.calcAndInsertTaxes Method