Share via


EInvoicePost_MX.getInvoiceJourRecId Method [AX 2012]

Gets the record ID of the invoice document.

Syntax

protected abstract RefRecId getInvoiceJourRecId()

Run On

Server

Return Value

Type: RefRecId Extended Data Type
The record ID of the invoice document.

Remarks

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

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