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.
Creates the picking list for a sales order transaction.
Syntax
client server public static container createPickingList(SalesId _salesId, InventLocationId _inventLocationId)
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The value of the SalesId field of a SalesTable record.
- _inventLocationId
Type: InventLocationId Extended Data Type
The warehouse where the picking list will be created.
Return Value
Type: container
true if the picking list creation is successful; otherwise, false.