How to save user input data in some database ?

Nirmal Jangir
Tera Contributor

Hello,

 

I am new to ServiceNow and currently learning it. I have created a UI and now want to save the data in some database so that I have a record of the users data and can fetch that data for update or delete can anyone please help me out with this issue ?

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Nirmal Jangir 

 

Greetings!!

 

Welcome in community. Could you please provide more details like what database ? In SN data stored in tables like user / location / incident / change. 

 

To update /delete you can use Business Rule.

 

Please mark my answer helpful or solution accepted if it serves the purpose.

Regards

Atul G

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

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

Hi @Dr Atul G- LNG 

 

Thank you your response. I have attached a screenshot of my UI and I want to store all the data which is there in UI and update the same in different screens. Could you please look into and guide me which type of database will be good to store this kind of data where attachments,text and number can be stored ? 

 

Regards,

Nirmal Jangir.

Hi @Nirmal Jangir 

 

If i understood correctly, these are variable which you are using and my understanding say , we cant store variables in tables. You can use them to do logic work but not store in tables. 

 

Please mark my answer helpful or solution accepted if it serves the purpose.

Regards

Atul G

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

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

Hi @Dr Atul G- LNG 

 

Then how to store those values that is what I want to know. In general when you create a UI then if you are taking some input from user then where and how to store that is my question.