Can someone assist with a problem? We have two types of employees, Contractors, and Employees, each with a valid email address in both SailPoint and AD. However, we need to prevent the email addresses of Teachers from being pushed to Workday (our authoritative source); only Employees’ email addresses should sync to Workday. Currently, we are using attribute synchronization to sync the email address attribute to Workday.
You cannot limit the sync.
Create one more Identity attribute for email, build a transform in such a way that, for teachers email should be same as email at Workday, then there wont be any sync for teachers at all.
1 Like
Hi Deepak, a couple recommendations
- Separate out Employees and Teaches into 2 Workday sources and only enable attribute synchronization for Employees
- Create another attribute on the identity level for emails and create a transform, in that transform set the value to empty if it is a teacher and use that Attribute to push back to Workday.
1 Like