Share via


TaxCustCollectionLetter.calcAndPost Method [AX 2012]

Performs the tax calculation for the collection letter per line or in total, based on the CustCollectionLetterJour 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
A TaxAmount.

See Also

Reference

TaxCustCollectionLetter Class