RetailTransactionService::getSalesInvoice Method [AX 2012]

Gets a salesInvoice container that contains data from the CustTrans and CustTable tables.

client server public static container getSalesInvoice(InvoiceId _invoiceId)

Run On

Called

Parameters

_invoiceId
Type: InvoiceId Extended Data Type
The ID of the Invoice field of a CustTrans record.

Return Value

Type: container
A container that contains data from the CustTrans and CustTable table.
Show: