Modal with buttons that direct user to record producer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 01:34 PM
Looking for help with a UI Action that when clicked, opens a popup with different buttons that can direct the user to different record producers
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 06:36 PM
You can use GlideModalV3 to render a UI page with your buttons
https://developer.servicenow.com/dev.do#!/reference/api/utah/client/c_GlideModalClientSideV3API
or, following the steps in this article, you can use renderWithContent and skip the UI Page.
https://www.jds.net.au/custom-glide-modal-dialog-boxes-in-servicenow/