Vulnerable Item- Request exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 05:24 AM
Hi All
I have a requirement where I need to display the "Reason" Selected on Request Exception to be visible on VIT form view as separate column. So that whenever any Reason is selected on Request Exception it should auto populate on form view.
Reason selected here..
require reason to reflect here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 05:59 AM
Hi @RSSG
When Request Exception is raised then a State Change Approval is created and is linked to the VIT which has the reason details, You can write a BR on that table and update the VIT record.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 09:34 AM
Thanks for prompt reply.
I tried following what you suggested but it seems not exactly I could get it.
Can you try explaining me through screenshots.? May be that would help a lot.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 09:40 AM
So once you fill All the 3 fields and click on request Approval, then a State Change Approval is created.You can check State Change Approvals Related list on VIT form.
All the details you filled are stored on the State change approval record, You can write a BR on that table to update the VIT record.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP