RFID integration with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 03:19 AM
How to do RFID Integration with servicenow? do you have any documention or any solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 03:21 AM
https://www.servicenow.com/community/developer-forum/rfid-integration-with-servicenow/m-p/2213724
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 03:29 AM
I have a RFID database how to pull the data from that database using REST api.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 03:38 AM
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 04:43 AM - edited 04-11-2025 04:44 AM
Hello @komal shetty ,
So you have an application that manages RFID information for your assets.
- Does the application have a built-in integration with ServiceNow, or is there an integration app or spoke for that application available in the ServiceNow Store? If so then use these.
- If not, does the application have a documented REST API for retrieving the RFID data? If so then get the data from that API and put it in the target table.
- If not, can the application talk to other REST APIs? If so then configure that application to send the data to the target table using the ServiceNow Table API.
- If not, does the application have a database that supports JDBC connections and has a documented structure? If so then create a JDBC Data Source, read the data from the database and transform it into the target table.
Regards,
Robert