PdsUpdateDispositionStatus::construct Method [AX 2012]
Initializes a new instance of the PdsUpdateDispositionStatus class.
client server public static PdsUpdateDispositionStatus construct()
Run On
CalledReturn Value
Type: PdsUpdateDispositionStatus ClassA new instance of the PdsUpdateDispositionStatus class.
Use the following procedure to customize or extend the PdsUpdateDispositionStatus class.
-
Create a new class that derives from PdsUpdateDispositionStatus.
-
Overlayer the construct method on PdsUpdateDispositionStatus so that it returns an instance of the derived class.
-
Override the methods from the PdsUpdateDispositionStatus class that you want to customize or extend in your derived class.
This procedure helps guarantee that your customizations are maintained if the base version of the PdsUpdateDispositionStatus class is changed, minimizing code conflicts during an upgrade. For more information, see Best Practices for Static Construct Methods.