ProjBudgetAllocationLine::existAllocationByLine Method
Determines whether the allocation has completed on the specified project budget line.
Syntax
client server public static boolean existAllocationByLine(RecId _projBudgetLineRecId, ProjBudgetState _projBudgetState)
Run On
Called
Parameters
- _projBudgetLineRecId
Type: RecId Extended Data Type
A record ID that specifies the project budget line record ID.
- _projBudgetState
Type: ProjBudgetState Enumeration
A ProjBudgetState value that specifies the project budget state.
Return Value
Type: boolean
true if the allocation exists; otherwise, false.