Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.