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

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.

See Also

Reference

RetailTransactionServiceAX61 Class