Rescinded and Corrected User Records
The Workday
-
FUTURE_ACTION
-
FUTURE_DATE
-
LAST_DAY_OF_WORK
User Records |
Description |
Rescinded |
Hire records: If the hired worker is rescinded on the Workday managed system, then the |
Terminate records: If the worker is terminated and termination is rescinded on the Workday managed system, then the The Workday |
|
Corrected |
Hire and Terminate records: If the future hiring/terminating worker process is corrected in the Workday system (that is, another hire date has been set up other than the existing one), then the The specified corrected event date must be within the offset range. |
Aggregation of Rescinded Future Hire Records
The Workday
-
Add
IS_RESCINDED
attribute in account schema. -
Enable the Aggregate Rescinded Future Hires option in the UI.
With this feature the
The link is maintained with the following attributes for rescinded future hires, after full or delta aggregation:
-
email
-
file number
-
future action
-
future date
-
IS_RESCINDED
-
first name
-
last name
On the Workday source UI, select Aggregate Rescinded Future Hires, to retain the record for the canceled future hires to support the leaver workflows.
Aggregation of Rescinded Past Hire Records
The Workday IS_RESCINDED
, RESCINDED_DATE
, and RESCINDED_DESCRIPTION
attributes in the account schema. With this feature, the Workday
On the Workday
Note
- To fetch rescinded past hires data for a worker, their hire date must be in the Past Rescinded Offset range.
- The link is maintained for rescinded past hires after full or delta aggregation.
Aggregation of Corrected Future Hire Records
The Workday deleteRescindCorrectedLink
attribute is marked as false.
With the deleteRescindCorrectedLink
attribute marked as true, the link for corrected future hire records falling outside the future offset range is not maintained.
If you want to update the source with the flag, use the following API body:
[
{
"op": "Add",
"path": "/connectorAttributes/deleteRescindCorrectedLink",
"value": "true"
}
]
Note
For more information on SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.