LedgerAllocationProcessReqByBudgetPlan.createBudgetPlanLineDestinations Method [AX 2012]

Creates destination BudgetPlanLine table buffers as per the specified LedgerAllocationRule table's LedgerAllocationRuleID field.

Syntax

protected void createBudgetPlanLineDestinations()

Run On

Called

Remarks

This method is similar to LedgerAllocationProcessRequest class createVoucherDestinations method. The difference between the two is that createVoucherDestinations method populates distribution values into the LedgerJournalTrans table fields and inserts the row whereas this method adds the BudgetPlanLine table records into a list data structure.

See Also

Reference

LedgerAllocationProcessReqByBudgetPlan Class