ServiceNow GlideModalForm to Create a record from a record
Summary
GlideModalForm is an often forgotten gem to open the new record form in a Modal. For example it can be handy to create a new Incident from a Configuration Item, with just a single click.
UI Action Example
- Create a new UI Action on the Window Server table
- Form button = true
- Isolate script = false (optional)
- Client = true
- Onclick = “loadModal()”
- The script is below:
Sample result:
Leave a comment