RetailTransactionServiceAX61::getSalesInvoiceList Method [AX 2012]
Method loops the CustTrans table to get the list of the sales invoices.
Syntax
client server public static container getSalesInvoiceList(CustAccount _custAccount)
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
ID of the CustTrans.AccountNum field.
Return Value
Type: container
Container salesInvoice having the data of the CustTrans and CustTable.
Remarks
RetailTransactionService::getSalesInvoice method returns the container salesInvoice having the data of the CustTrans and CustTable.