ProjBudgetManager.insertorUpdateProjAllocationLines Method [AX 2012]
Inserts or updates the records of the ProjectBudgetLine table.
public void insertorUpdateProjAllocationLines(
AmountCur _allocationAmount,
ProjAllocationMethod _projAllocationMethod,
Common _common,
RecId _projBudgetLineId,
ProjBudgetState _projBudgetState)
Run On
CalledParameters
- _allocationAmount
- Type: AmountCur Extended Data Type
A AmountCur data type value that indicates the amount of the allocation.
- _projAllocationMethod
- Type: ProjAllocationMethod Enumeration
A ProjAllocationMethod data type value that indicates the allocation method.
- _common
- Type: Common Table
A Common table buffer that specifies the allocation period or year record ID.
- _projBudgetLineId
- Type: RecId Extended Data Type
The record ID of the project budget line.
- _projBudgetState
- Type: ProjBudgetState Enumeration
A ProjBudgetState data type value that specifies the state of the budget.
Community Additions
ADD
Show: