Share via


WMSOrderTransType_Output_OrderPick::construct Method [AX 2012]

Initializes a new instance of the WMSOrderTransType_Output_OrderPick class.

Syntax

client server private static WMSOrderTransType_Output_OrderPick construct(WMSOrderTrans _wmsOrderTrans)

Run On

Called

Parameters

  • _wmsOrderTrans
    Type: WMSOrderTrans Table
    A WMSOrderTrans variable required for instantiation of the class.

Return Value

Type: WMSOrderTransType_Output_OrderPick Class
A new instance of the WMSOrderTransType_Output_OrderPick class.

Remarks

Use the following procedure to customize or extend the WMSOrderTransType_Output_OrderPick class.

  1. Create a new class that derives from WMSOrderTransType_Output_OrderPick.

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

  3. Override the methods from the WMSOrderTransType_Output_OrderPick 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 WMSOrderTransType_Output_OrderPick class is changed, minimizing code conflicts during an upgrade. For more information, see Best Practices for Static Construct Methods.

See Also

Reference

WMSOrderTransType_Output_OrderPick Class