ProjTable::existsProjectInContract Method
Checks if the project exists for a particular contract id
Syntax
server public static boolean existsProjectInContract(ProjId _projId, ProjProposalId _projProposalId)
Run On
Server
Parameters
- _projId
Type: ProjId Extended Data Type
Project id
- _projProposalId
Type: ProjProposalId Extended Data Type
Contract Id
Return Value
Type: boolean
true if project exists for the contract id; otherwise, false.