LedgerAllocationProcessReqByBudgetPlan.allocate Method [AX 2012]

Controls the processing of allocation request for specified ledger allocation rule and adds BudgetPlanLine table buffers in the list.

Syntax

public void allocate()

Run On

Called

Exceptions

Exception Condition
Error

Occurs when any preprocessing validation fails.

-or-

Occurs when amount and quantity to be distributed as per the ledger allocation rule are both zero.

-or-

Occurs when initDestinationAllocationSettings method fails to initialize internal variables for performing calculations or createBudgetPlanLineDestinations method fails to create the destination BudgetPlanLine table buffers.

See Also

Reference

LedgerAllocationProcessReqByBudgetPlan Class