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