HRMCourseLocation::exist Method
Indicates whether the specified record in the HRMCourseLocation table exists.
Syntax
client server public static boolean exist(HRMCourseLocationId _hrmCourseLocationId)
Run On
Called
Parameters
- _hrmCourseLocationId
Type: HRMCourseLocationId Extended Data Type
The course location ID of the record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.