RetailTransactionServiceTransactions::postSalesOrder Method [AX 2012]
Method is used for posting the sales order transaction.
client server private static container postSalesOrder(SalesTable _salesTable)
Run On
CalledParameters
- _salesTable
- Type: SalesTable Table
Table buffer of Salestable.
Return Value
Type: containerContainer with the value true and empty string if the posting is success; else false wih the appropriate string message.
Show: