BudgetPlanLine::checkExist Method
Checks whether a specified record exists in the BudgetPlanLine table.
Syntax
client server public static boolean checkExist(BudgetPlanLineRecId _budgetPlanLineRecId)
Run On
Called
Parameters
- _budgetPlanLineRecId
Type: BudgetPlanLineRecId Extended Data Type
The record ID of the BudgetPlanLine record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.