LedgerAllocationProcessReqByBudgetPlan.getListOfBudgetPlanLineDistributions Method [AX 2012]

Returns the list of BudgetPlanLine table buffers.

Syntax

public List getListOfBudgetPlanLineDistributions()

Run On

Called

Return Value

Type: List Class
list of BudgetPlanLine table buffers.

Remarks

The LedgerAllocationProcessRequest class populates distribution values into the LedgerJournalTrans table fields and inserts the row.

The LedgerAllocationProcessReqByBudgetPlan adds the BudgetPlanLine table buffers into budgetPlanLineDistributions list.

The list is returned by this method.

See Also

Reference

LedgerAllocationProcessReqByBudgetPlan Class