RetailTransactionServiceAX5::createPackingSlip Method [AX 2012]
Method is used for creating the PackingSlip for sales order transaction.
client server public static container createPackingSlip(SalesId _salesId)
Run On
CalledParameters
- _salesId
- Type: SalesId Extended Data Type
ID of the SalesTable.SalesId field.
Return Value
Type: containerContainer with the value true and empty string if the PackingSlip creation is success; else false wih the appropriate string message.
Show: