BudgetParameters::checkExist Method
Determines whether the specified record occurs in the BudgetParameters table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(ParametersKey _key)
Run On
Called
Parameters
- _key
Type: ParametersKey Extended Data Type
The parameters key of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.