Share via


EInvoicePost_MX.getInvoiceJourTableId Method [AX 2012]

Gets the table ID of the invoice document.

Syntax

protected abstract RefTableId getInvoiceJourTableId()

Run On

Server

Return Value

Type: RefTableId Extended Data Type
The table ID of the invoice document.

Remarks

An eInvoice ElectronicInvoiceJour_MX always originates from another document, such as sales invoices from the CustInvoiceJour class.

In order to keep track of the original document, the table ID and the record ID of the document are persevered.

See Also

Reference

EInvoicePost_MX Class