Share via


WMSPickingList_OrderPickDP::construct Method [AX 2012]

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.

  1. Create a new class that derives from WMSPickingList_OrderPickDP.

  2. Overlayer the construct method on WMSPickingList_OrderPickDP so that it returns an instance of the derived class.

  3. 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.

See Also

Reference

WMSPickingList_OrderPickDP Class