Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Populates the tmpTaxReconciliation table by using the transactions that are stored in the taxTrans table.
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
private void calcTax(
MainAccount _mainAccount,
Voucher _voucher,
GeneralJournalAccountEntry _generalJournalAccountEntry,
TransDate _accountingDate)
Microsoft Dynamics AX 2012 R2 (SYS)
private void calcTax(
MainAccount _mainAccount,
Voucher _voucher,
GeneralJournalAccountEntry _generalJournalAccountEntry)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void calcTax(
MainAccount _mainAccount,
Voucher _voucher,
GeneralJournalAccountEntry _generalJournalAccountEntry)
Microsoft Dynamics AX 2012 (FPK)
private void calcTax(
MainAccount _mainAccount,
Voucher _voucher,
GeneralJournalAccountEntry _generalJournalAccountEntry)
Microsoft Dynamics AX 2012 (SYS)
private void calcTax(
MainAccount _mainAccount,
Voucher _voucher,
GeneralJournalAccountEntry _generalJournalAccountEntry)
Run On
Server
Parameters
- _mainAccount
Type: MainAccount Table
A table buffer of the MainAccount record for which the search for tax transactions will be done.
- _voucher
Type: Voucher Extended Data Type
A voucher number for which the search for tax transactions will be done.
- _generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
- _accountingDate
Type: TransDate Extended Data Type