We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Modal with buttons that direct user to record producer

DreDay3000
Tera Guru

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

Kai Tingey
Tera Guru

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/