Share via


TaxCustInterestNote.calcAndPost Method [AX 2012]

Performs the calculation of the tax for the collection letter per line or in total, based on the CustInterestNote variable. After the calculation, it calls the saveAndPost method, if posting of the tax is required.

Syntax

public TaxAmount calcAndPost(LedgerPostingController _ledgerPostingController)

Run On

Server

Parameters

Return Value

Type: TaxAmount Extended Data Type
The TaxAmount.

See Also

Reference

TaxCustInterestNote Class