ProjBudgetLineMap.editProjCostType Method
Finds the ProjCostType type value that is specified by the ProjTransType field of a record in the TmpProjBudgetRevisionLine or ProjBudgetLine table.
Syntax
public ProjCostType editProjCostType(boolean _set, ProjCostType _projCostType)
Run On
Called
Parameters
- _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 Enumeration
A ProjCostType type value that indicates the value of cost transaction type.