BudgetPlanningStageRule::checkExist Method
Indicates whether a specified record exists in the BudgetPlanningStageRule table.
Syntax
client server public static boolean checkExist(BudgetPlanningStageRuleRecId _budgetPlanningStageRuleRecId)
Run On
Called
Parameters
- _budgetPlanningStageRuleRecId
Type: BudgetPlanningStageRuleRecId Extended Data Type
The record ID of the BudgetPlanningStageRule record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false .