remedy servicenow inegreation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-18-2024 04:39 AM
what all are the integration approach to bring data from remedy system into servicenow.Incident data only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-18-2024 04:50 AM
Yes you can do integration but before you start here are fee points
- Understand AS - IS process in Remedy
- Get the end point URL
- Do process level mapping means SN and Remedy process ( uni directional or bi - directional)
- Table Level Mapping SN table - Remedy Table
- Field Level - SN.incident.filed - Remedy.incident.Field
- Value level mapping - Like SN has In progress and Remedy has Assigned to , in this case how you handel data in SN
- Then design State Flow / Notifications / Task etc.
- Start API developement
This exercised need to done before you pick up actual development.
Here is my video fo SN - SN Integration which clear above points.
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
ā01-18-2024 04:53 AM
Hi,
Please see the below post that has the details to your question.
Regards,
Shoheb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-18-2024 05:40 AM
Hello @Ketan Pandey ,
There are different approach you can consider-
1) BMC Remedy Spoke -require admin privileges on BMC Remedy, if not then REST API is an option
2) Data Import -Table /field level mapping / transformation rule
3) Different tools available in the market which brings outside data into servicenow like OpsHub or middleware tools like Mulesoft, Dell Bhoomi or servicenow's integration hub
4)Direct API integration -both Remedy & servicenow provide APIs - either use REST or SOAP for CRUD operations
Note:- You have to take care of custom fields on the forms, encryption technique(esp.while moving KB articles in dofferent languages), understand whether its uni/bidirectional integration, type of applications/modules/format, identify type of data to integrate.
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
CB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-18-2024 05:51 AM - edited ā01-18-2024 05:52 AM
Hi @Ketan Pandey,
Easy way to do is integration hub oob spoke.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand