RetailTransactionService::getSalesOrderListForPrepayments Method [AX 2012]

Gets a list of the sales orders from the SalesTable for prepayments.

client server public static container getSalesOrderListForPrepayments(CustAccount _custAccount)

Run On

Called

Parameters

_custAccount
Type: CustAccount Extended Data Type
The value of the CustAccount field.

Return Value

Type: container
A container that contains data from the SalesTable and CustTable tables.

ExceptionCondition
UpdateConflictNotRecovered

A conflict occurred that could not be recovered from when updating.

UpdateConflict

An update conflict occurred.

Show: