Share via


TmpProjBudgetRevisionLine.editProjRevenueType Method

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

Syntax

edit ProjRevenueType editProjRevenueType(boolean _set, ProjRevenueType _projRevenueType)

Run On

Called

Parameters

  • _set
    Type: boolean
    A value that determines whether to updates the ProjTransType field of the TmpProjBudgetRevisionLine table.
  • _projRevenueType
    Type: ProjRevenueType Enumeration
    A ProjRevenueType type value that determines the value of ProjTransType field of the TmpProjBudgetRevisionLine table.

Return Value

Type: ProjRevenueType Enumeration
A ProjRevenueType type value determines the value of revenue transaction type.

See Also

Reference

TmpProjBudgetRevisionLine Table