The CreatorCon Call for Content is officially open! Get started here.

RFID integration with ServiceNow

komal shetty
Tera Contributor

How to do RFID Integration with servicenow? do you have any documention or any solution?

 

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @komal shetty 

 

https://www.servicenow.com/docs/bundle/yokohama-it-asset-management/page/product/hardware-asset-mana...

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]

****************************************************************************************************************

I have a RFID database how to pull the data from that database using REST api.

 

Hi @komal shetty 

 

https://www.servicenow.com/docs/bundle/yokohama-it-asset-management/page/product/hardware-asset-mana...

 

 

*************************************************************************************************************
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]

****************************************************************************************************************

Robert H
Mega Sage

Hello @komal shetty ,

 

So you have an application that manages RFID information for your assets.

 

  1. 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.
  2. 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.
  3. 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.
  4. 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