HcmPersonExam.checkForFutureRecords Method
Checks the conditions required for updates.
Syntax
private boolean checkForFutureRecords(
HcmDate _oldCompletedOn,
HcmDate _oldRequiredBy,
HcmCompletionStatus _oldStatus)
Run On
Called
Parameters
- _oldCompletedOn
Type: HcmDate Extended Data Type
A CompletedOn value before modification.
- _oldRequiredBy
Type: HcmDate Extended Data Type
A RequiredBy value before modification.
- _oldStatus
Type: HcmCompletionStatus Enumeration
A Status value before modification.
Return Value
Type: boolean
true if the conditions are met; otherwise, false.