Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |