Share via


RetailTransactionService::getSalesOrderListForPrepayments Method [AX 2012]

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

Syntax

client server public static container getSalesOrderListForPrepayments(CustAccount _custAccount)

Run On

Called

Parameters

Return Value

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

Exceptions

Exception Condition
UpdateConflictNotRecovered

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

UpdateConflict

An update conflict occurred.

See Also

Reference

RetailTransactionService Class