ProcCategoryModifier::checkExist Method
Determines whether the specified category exists in the EcoResCategory table.
Syntax
client server public static boolean checkExist(EcoResCategoryId _ecoResCategoryId)
Run On
Called
Parameters
- _ecoResCategoryId
Type: EcoResCategoryId Extended Data Type
The category ID, which is the record ID, in the ProcCategory table to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, an error message is displayed and false is returned.