RetailTransactionServiceTransactions::postSalesOrder Method [AX 2012]
Method is used for posting the sales order transaction.
Syntax
client server private static container postSalesOrder(SalesTable _salesTable)
Run On
Called
Parameters
- _salesTable
Type: SalesTable Table
Table buffer of Salestable.
Return Value
Type: container
Container with the value true and empty string if the posting is success; else false wih the appropriate string message.
Exceptions
Exception | Condition |
---|---|
Error | Throws error if the sales order is not posted. |