ProjBudgetManager::projAllocationMethod Method [AX 2012]
Looks for the existing allocation method for the project budget line.
client server private static container projAllocationMethod(ProjBudgetLine _projBudgetLine, boolean _isBudgetAllocation)
Run On
CalledParameters
- _projBudgetLine
- Type: ProjBudgetLine Table
A record from the ProjBudgetLine table to use to find the existing allocation.
- _isBudgetAllocation
- Type: boolean
true for budget allocation; false for revision allocation.
Return Value
Type: containertrue if allocation exists; otherwise, false. The project allocation method.
Show: