Share via


ProjBudgetLineMap.editProjRevenueType Method

Finds the ProjRevenueType type value that is specified by the ProjTransType field of a record in the TmpProjBudgetRevisionLine or ProjBudgetLine table.

Syntax

edit ProjRevenueType editProjRevenueType(boolean _set, ProjRevenueType _projRevenueType)

Run On

Called

Parameters

  • _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 Enumeration
A ProjRevenueType type value indicates the value of revenue transaction type.

See Also

Reference

ProjBudgetLineMap Map