How to fetch Supervisory Organization Data from Workday into ServiceNow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 10:46 PM
I Have one requirement in which I have to fetch data from the Supervisory Organization data from workday to servicenow.
Req:-
- On the Job Req form, the Hiring Manager field only pulls people who currently have a direct report. Is it possible to instead get information on who has a Sup Org in Workday, or in some other way?
can anyone please help me with this?
Thanks!
Jay
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 06:05 AM
I'm not sure if this fits your use case, but you could send the supervisory org information for each worker (in Workday) into Active Directory, and then using LDAP, populate the "Department" field with the information for each worker (in ServiceNow).
You could also build an integration in Workday that sends the information to the cmn_department table in ServiceNow.