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 creating the PickingList for sales order transaction.
Syntax
client server public static container createPickingList(SalesId _salesId, InventLocationId _inventLocationId)
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
ID of the SalesTable.SalesId field.
- _inventLocationId
Type: InventLocationId Extended Data Type
Warehouse for which to create the picking list.
Return Value
Type: container
Container with the value true and empty string if the PickingList creation is success; else false wih the appropriate string message.