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 existCaseIdInDateRange(
FromDateTime _fromDateTime,
ToDateTime _toDateTime,
CaseId _caseId)
Run On
Called
Parameters
- _fromDateTime
Type: FromDateTime Extended Data Type
The from Date time of the record to check for existence.
- _toDateTime
Type: ToDateTime Extended Data Type
The to Date time of the record to check for existence.
- _caseId
Type: CaseId Extended Data Type
The case ID of the record to check for existence.
Return Value
Type: boolean
true if the HRMInjuryIncident record exist; otherwise, false.