POP up message will display when user click on new button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 01:08 AM
Hello,
We want create popup for UI action 'New' button.
When the user clicks on the 'New' button field will show and after filling the field, record will need to be inserted in Table1 and after inserting the record next POP will be able to open and the user needs to fill a second pop up. After filling the 2nd pop up form record should be inserted in Table2.
Let me know if any one have suggestions.
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 01:15 AM
Please check below link for opening popup.
https://servicenowguru.com/system-ui/glidedialogwindow-advanced-popups-ui-pages/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 01:30 AM
It would be nice if you can share some screenshots what exactly is required as per your requirement
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2023 08:57 AM
Hello,
Thank you for the reply!
We want when we click on new button then popup form for static incident(Table 1) form should be open and once we save this we can able to see major incident(Table 2) related list when we click on this new button of major incident(Table2) related list then next pop up should open and user can able to save this record.
Like this we want to open two pop up form on same screen.
If you have any suggestions then please let us know.
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 03:34 AM
Hello,
How did you solve this? I have a similar requirement in which i need to create a button on mobile and when the user click on it, it should display a pop-up with a string field called comments. After filling in the field and clicking on ok/submit, it should create a record in another table.