Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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/