Employee onboarding and offboarding without using HRSD module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 11:53 PM
Hi Community,
I want to use ITSM module for employee onboarding and offboarding as we are not supporting HRSD module for our customer. I know we can use order guide in this case.
But employee onboarding and offboarding is happening in successfactors so how we can sync it with order guide and whats the best approach to do so?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 11:56 PM
If you want to fully utilize onboarding and offboarding, HRSD is the best option. However, as you mentioned, HRSD is not used by the client. Order guides are just an alternative but may not be very helpful here, as the order guide process is different. You would need to create many items and then sync with SuccessFactors, which is another challenge, as you’d have to write APIs and map each and every step with the order guide. Practically, this isn’t a good approach.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 12:35 AM
I understand your point but they don’t want to use HRSD. So, I don’t have any other solution.
can you plz guide me how exactly i need to sync it with successfactors? How to write APIs for each and every step.
can you plz help me with the implementation steps for this once?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 12:42 AM
There are a few important considerations:
-
It could lead to significant technical debt.
-
It will require full customization, meaning if there is no out-of-the-box (OOTB) API or integration with order guides and SuccessFactors, you will need to build it yourself.
-
If it doesn't work, ServiceNow support may not be available, as it's a custom solution.
High-level steps to consider:
-
First, obtain the endpoint URL and endpoints.
-
Understand how SuccessFactors works and what processes it involves.
-
Build a flowchart to map the order guide to SuccessFactors.
-
Then, create APIs for each step, like for REQ, RITM, and SCTASK.
-
Map the ServiceNow states with SuccessFactors states.
-
Finally, perform data and value-level mapping.
In short, it’s not an easy task. You’ll need to involve your technical architect and the SuccessFactors team to work on this.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************