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