From where the pop up appears on workspace and how to add the field in the pop up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Hi everyone,
In the Security Incident workspace, when we change the State of a security incident record to Closed, a pop-up appears prompting us to fill in mandatory fields. In that pop-up, there is a section that includes the Close Code field.
I would like to add a custom field below the Close Code field in this pop-up.
Could someone please explain:
- How this pop-up is triggered (what controls its appearance)?
- How can I customize or edit the fields shown in this pop-up to add my custom field?
Thanks in advance for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
did you check any onChange client script on State field is showing that modal?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Hello @Ankur Bawiskar
Thanks for the quick response.
Yes I found two onChange client script based on "State" field.
1. Show Hide the closure and pir tabs
2. Resolution details visibility on state (This is present in workspace view and workspace application. I think this is most related to our question)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Hi!
This is a part of the Record UIB page, you can configure the modal there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Hi @Martin Virag ,
Thanks for the response!
I followed your instructions, but I'm not sure how to add the existing field there.