Share via


RetailTransactionServiceAX5::getSalesOrderListForPrepayments Method [AX 2012]

Method loops the SalesTable to get the list of the sales orders for prepayments.

Syntax

client server public static container getSalesOrderListForPrepayments(CustAccount _custAccount)

Run On

Called

Parameters

Return Value

Type: container
Container salesOrder having the data of the SalesTable and CustTable.

See Also

Reference

RetailTransactionServiceAX5 Class