HRMInjuryIncident::existCasesInDateRange Method
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.