TaxSettlement_IN.new Method [AX 2012]
Initializes a new instance of the Tax class.
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 void new(
Voucher _invoiceVoucher,
TransDate _invoiceDate,
Voucher _paymentVoucher,
TransDate _paymentDate,
TableId _invoiceTableId,
RefRecId _invoiceRecId,
CurrencyCode _currencyCode,
TableId _paymentTableId,
RefRecId _paymentRecId,
Percent _percent,
[ExchRate _exchRate,
ExchRate _exchRateSecond,
UnknownNoYes _triangulation,
LedgerJournalTrans _ledgerJournalTrans,
boolean _finalPayment,
CompanyId _paymentCompanyId,
TableId _settlementSourceTableId])
Microsoft Dynamics AX 2012 R2 (SYS)
public void new(
Voucher _invoiceVoucher,
TransDate _invoiceDate,
Voucher _paymentVoucher,
TransDate _paymentDate,
TableId _invoiceTableId,
RefRecId _invoiceRecId,
CurrencyCode _currencyCode,
TableId _paymentTableId,
RefRecId _paymentRecId,
Percent _percent,
[ExchRate _exchRate,
ExchRate _exchRateSecond,
UnknownNoYes _triangulation,
LedgerJournalTrans _ledgerJournalTrans,
boolean _finalPayment,
CompanyId _paymentCompanyId])
Run On
Server
Parameters
- _invoiceVoucher
Type: Voucher Extended Data Type
- _invoiceDate
Type: TransDate Extended Data Type
- _paymentVoucher
Type: Voucher Extended Data Type
- _paymentDate
Type: TransDate Extended Data Type
- _invoiceTableId
Type: TableId Extended Data Type
- _invoiceRecId
Type: RefRecId Extended Data Type
- _currencyCode
Type: CurrencyCode Extended Data Type
- _paymentTableId
Type: TableId Extended Data Type
- _paymentRecId
Type: RefRecId Extended Data Type
- _percent
Type: Percent Extended Data Type
- _exchRate
Type: ExchRate Extended Data Type
- _exchRateSecond
Type: ExchRate Extended Data Type
- _triangulation
Type: UnknownNoYes Enumeration
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
- _finalPayment
Type: boolean
- _paymentCompanyId
Type: CompanyId Extended Data Type
- _settlementSourceTableId
Type: TableId Extended Data Type