Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record exists in the ProjCategory table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(ProjCategoryId category)
Run On
Called
Parameters
- category
Type: ProjCategoryId Extended Data Type
The ProjCategoryId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.
Remarks
If the category does not exist, a message is written to the InfoLog. The message written to the InfoLog is "Category %1 does not exist." where the category is substituted for the parameter.