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.
Initializes the variables in the TaxInvoiceSpec 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 _voucher,
TransDate _date,
[RecId _ledgerJournalTransRecID,
boolean _isTaxInvoice,
InvoiceId _invoiceid,
RetailCustInvoiceJour _rboCustInvoiceJour])
Microsoft Dynamics AX 2012 R2 (SYS)
public void new(
Voucher _voucher,
TransDate _date,
[RecId _ledgerJournalTransRecID,
boolean _isTaxInvoice,
InvoiceId _invoiceid,
RetailCustInvoiceJour _rboCustInvoiceJour])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void new(
Voucher _voucher,
TransDate _date,
[RecId _ledgerJournalTransRecID,
boolean _isTaxInvoice,
InvoiceId _invoiceid,
RetailCustInvoiceJour _rboCustInvoiceJour])
Microsoft Dynamics AX 2012 (FPK)
public void new(
Voucher _voucher,
TransDate _date,
[RecId _ledgerJournalTransRecID,
boolean _isTaxInvoice])
Microsoft Dynamics AX 2012 (SYS)
public void new(
Voucher _voucher,
TransDate _date,
[RecId _ledgerJournalTransRecID,
boolean _isTaxInvoice])
Run On
Server
Parameters
- _voucher
Type: Voucher Extended Data Type
A voucher value.
- _date
Type: TransDate Extended Data Type
A date value
- _ledgerJournalTransRecID
Type: RecId Extended Data Type
A ledgerJournalTransrecID value.
- _isTaxInvoice
Type: boolean
A isTaxInvoice value.
- _invoiceid
Type: InvoiceId Extended Data Type
A invoiceId value.
- _rboCustInvoiceJour
Type: RetailCustInvoiceJour Extended Data Type
A rboCustInvoiceJour value.