Share via


BudgetTransferLedgerBalances::construct Method [AX 2012]

Creates an instance of the BudgetTransferLedgerBalances class.

Syntax

client server public static BudgetTransferLedgerBalances construct()

Run On

Called

Return Value

Type: BudgetTransferLedgerBalances Class
An instance of the BudgetTransferLedgerBalances class.

Remarks

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

  1. Create a new class that derives from the BudgetTransferLedgerBalances class.

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

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

See Also

Reference

BudgetTransferLedgerBalances Class