BudgetModel::checkExist Method
Indicates whether the specified record exists in the BudgetModel table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
HeadingSub _type,
BudgetModelId _model,
[BudgetModelId _subModel])
Run On
Called
Parameters
- _type
Type: HeadingSub Enumeration
The HeadingSub value of the record for which to check.
- _model
Type: BudgetModelId Extended Data Type
The BudgetModelId value of the record for which to check.
- _subModel
Type: BudgetModelId Extended Data Type
The BudgetModelId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.