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.
Initializes a new instance of the WMSPickingList_OrderPickDP class.
Syntax
server public static WMSPickingList_OrderPickDP construct()
Run On
Server
Return Value
Type: WMSPickingList_OrderPickDP Class
A new instance of the WMSPickingList_OrderPickDP class.
Remarks
Use the following procedure to customize or extend the WMSPickingList_OrderPickDP class.
Create a new class that derives from WMSPickingList_OrderPickDP.
Overlayer the construct method on WMSPickingList_OrderPickDP so that it returns an instance of the derived class.
Override the methods from the WMSPickingList_OrderPickDP class that you want to customize or extend in your derived class.
This procedure helps make sure that your customizations are maintained if the base version of the WMSPickingList_OrderPickDP class is changed, minimizing code conflicts during an upgrade. For more information, see Best Practices for Static Construct Methods.