How to create a preview button in a form in servicenow platform with submit button and modify button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2021 11:02 PM
How to create a preview button in a form in servicenow platform. Also I want a submit and modify button in the preview screen. Can anybody tell me how to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2021 11:09 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2021 11:10 PM
Hi Sarika,
You can create a preview button using ui actions. And by clicking in preview button you can show a dialog box with the button submit and modify.
And for more info of dialog box you can refer this link
https://servicenowguru.com/system-ui/glidedialogwindow-advanced-popups-ui-pages/
Let me know if this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2021 11:19 PM
Hi Sarika,
can you explain your exact requirement
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2021 12:11 AM
I have a form. I have entered some values to the fields in that form. And In that form I want a preview button in addition to submit button, so that when I click on that preview button I should able to see the preview of the current form with values I have entered ( means all fields should become read only) .Also I want a submit button and modify button in that preview screen so that I could submit the form if all values entered are correct or I could modify if some values are incorrect by clicking on modify button.