How to save user input data in some database ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 05:36 AM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 02:24 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 10:12 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 11:45 PM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 03:47 AM
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.