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