PdsUpdateDispositionStatus_Quality::construct Method [AX 2012]
Initializes an instance of the PdsUpdateDispositionStatus_Quality class.
client server public static PdsUpdateDispositionStatus_Quality construct()
Run On
CalledReturn Value
Type: PdsUpdateDispositionStatus_Quality ClassAn instance of the PdsUpdateDispositionStatus_Quality class.
Use the following procedure to customize or extend the PdsUpdateDispositionStatus_Quality class.
-
Create a new class that derives from the PdsUpdateDispositionStatus_Quality class.
-
Overlayer the construct method in the PdsUpdateDispositionStatus_Quality class so that it returns an instance of the derived class.
-
Override the methods from the PdsUpdateDispositionStatus_Quality 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_Quality class is changed, minimizing code conflicts during an upgrade. For more information, see Best Practices for Static Construct Methods.