BudgetPlanHeader::existsForProcess Method
Indicates whether a record for a specified BudgetPlanningProcess record ID exists in the BudgetPlanHeader table.
Syntax
client server public static boolean existsForProcess(BudgetPlanningProcessRecId _budgetPlanningProcessRecId)
Run On
Called
Parameters
- _budgetPlanningProcessRecId
Type: BudgetPlanningProcessRecId Extended Data Type
The record ID of BudgetPlanningProcess record to use to find the BudgetPlanHeader record.
Return Value
Type: boolean
true if the record was found; otherwise, false.