Workday to ServiceNow ITSM integration to generate RITM without HRSD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Current Problem
Once a manager completes the onboarding tasks for a new joiner in Workday, they are required to manually go to the ServiceNow Service Portal and submit a "New Joiner Request." In the ServiceNow form, they re-enter details such as:
Joiner Name
Location
Manager Name
Joiner Date
Joiner Type (Permanent, Third-party, Contractor)
Vendor Number (VN)
Laptop Model
Required Access (e.g., Salesforce, O365)
Applications and Software Installations
Based on this information, the following catalog tasks are created and assigned to the respective teams
Software License Allocation
Laptop Allocation and Preparation
Software Installation
Application Access Provisioning
Requirement:
Once the manager completes the onboarding tasks for a new joiner in Workday, a New Joiner RITM should be automatically created in ServiceNow—along with the associated catalog tasks assigned to the relevant teams. The manager should not have to re-enter the same information manually into ServiceNow.
Please help me best possible approach..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10m ago
Hi @Savitha4 ,
You can follow the below steps :
- Navigate to System Web Services > Scripted REST APIs and create a new endpoint.
- Write a Script Include to handle the payload. You can use the standard Cart API to programmatically trigger the RITM creation based on the data Workday sends
- Create a Report-as-a-Service (RaaS) in Workday to extract the desired event data (e.g., new hire, role change).
- Configure the output format to JSON.
- Create an Enterprise Interface Builder (EIB) outbound integration in Workday.
- Map the RaaS data fields to the corresponding JSON variables expected by your ServiceNow Scripted REST API endpoint.
- Set a schedule for the EIB to run (or trigger it via an event in Workday) and supply the Basic Authentication or OAuth credentials for your ServiceNow instance.
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4m ago
Hi @Savitha4
You can achieve it using Workday HR Spoke application .
Once the application is installed , using flow designer , leverage the spokes and fetch required data from workday as per your requirement and populate it under service request component like sc_task where you want.
Basically ServiceNow's Flow Designer orchestrates the RITM, variables, and downstream catalog tasks using the mentioned spoke.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti