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.
Determines whether the incident case exists in supplied date range.
Syntax
client server public static boolean existCasesInDateRange(FromDateTime _fromDateTime, ToDateTime _toDateTime)
Run On
Called
Parameters
- _fromDateTime
Type: FromDateTime Extended Data Type
The from date and time of the record to check for existence.
- _toDateTime
Type: ToDateTime Extended Data Type
The to date and time of the record to check for existence.
Return Value
Type: boolean
true if the HRMInjuryIncident record exist; otherwise, false.