Share via


TaxPost_EmplAdvance_RU.updateAndPost Method [AX 2012]

Is the main entry point to execute transaction-specific logic, post to the TaxTrans table, and post tax amounts to the ledger.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public TaxAmount updateAndPost(LedgerPostingController _ledgerPostingController, [SelectableDataArea _companyToPost])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public TaxAmount updateAndPost(LedgerPostingController _ledgerPostingController)

Run On

Server

Parameters

Return Value

Type: TaxAmount Extended Data Type
The total tax amount.

See Also

Reference

TaxPost_EmplAdvance_RU Class