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.
Checks the conditions required for the updates.
Syntax
private boolean checkForFutureRecords(
HcmDate _oldCompletedOn,
HcmDate _oldRequiredBy,
HcmCompletionStatus _oldStatus)
Run On
Called
Parameters
- _oldCompletedOn
Type: HcmDate Extended Data Type
A CompletedOn field value before it is modified.
- _oldRequiredBy
Type: HcmDate Extended Data Type
A RequiredBy field value before it is modified.
- _oldStatus
Type: HcmCompletionStatus Enumeration
A Status field value before it is modified.
Return Value
Type: boolean
true if the conditions are met; otherwise, false .