Get better descriptions on your ServiceNow records
Summary
Sometimes the description field on an Incident or CSM Case can have less than ideal information supplied by the agent. To address this we can supply a pop up that will ask qualifying questions, and once completed will write to the description field, similar to a record producer. With a little bit of jquery, this is possible.
Result
Solution
We will use the Incident form for this example:
- Make the description field read only
- Create a new client UI action and clear the “isolate script” check box. This is required to confirm the modal has loaded.
- Set the Onclick function to “showModal()”
- Choose form button with your preferred title “Update Description”
- Set the script with the script below:
Leave a comment