Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the specified ProjTransType and ProjBudgetLineType values into a ProjBudgetTransType value.
Syntax
client server public static ProjBudgetTransType convertProjTransType2ProjBudgetTransType(ProjTransType _projTransType, ProjBudgetLineType _projBudgetLineType)
Run On
Called
Parameters
- _projTransType
Type: ProjTransType Enumeration
A ProjTransType value that determines the transaction type.
- _projBudgetLineType
Type: ProjBudgetLineType Enumeration
A ProjBudgetLineType value that determines the budget line type.
Return Value
Type: ProjBudgetTransType Enumeration
A ProjBudgetTransType value.
Exceptions
Exception | Condition |
---|---|
Error | The ProjBudgetLineType value is not valid. |