ProjBudgetLineMap.editProjCostType Method [AX 2012]
Finds the ProjCostType type value that is specified by the ProjTransType field of a record in the TmpProjBudgetRevisionLine or ProjBudgetLine table.
public ProjCostType editProjCostType(boolean _set, ProjCostType _projCostType)
Run On
CalledParameters
- _set
- Type: boolean
A Boolean value that specifies whether to update the ProjTransType field of the TmpProjBudgetRevisionLine or ProjBudgetLine table.
- _projCostType
- Type: ProjCostType Enumeration
A ProjCostType type value that determines the value of the ProjTransType field of the TmpProjBudgetRevisionLine or ProjBudgetLine table.
Return Value
Type: ProjCostType EnumerationA ProjCostType type value that indicates the value of cost transaction type.
Community Additions
ADD
Show: