Rescinded and Corrected User Records
The Workday
-
FUTURE_ACTION
-
FUTURE_DATE
-
LAST_DAY_OF_WORK
Important
When an account contains multiple FUTURE_DATE and FUTURE_ACTION records, the Workday connector retrieves the record with the date closest to the asOfEffectiveDate (calculated using the effective offset).
For Example:
- If an account A has
FUTURE_DATEandFUTURE_ACTIONrecords for 5th, 8th and 10th date of a month and the aggregation is run on 1st date of the month with effective offset as 15 days, so with this theasOfEffectiveDatecalculated isAggregationDate + 15 = 16thof the month. Now theFUTURE_ACTIONandFUTURE_DATErecord of 10th is nearer to theasOfEffectiveDate i.e 16th, So the Workday connector will aggregate the 10thFUTURE_DATEandFUTURE_ACTIONrecord and will skip the 5th and 8th records.
|
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_RESCINDEDattribute 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.