- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 06:29 AM
I created a querie business rule to restrict request items that belong to a data group to only that group. The querie is working as expected with the exception of when an email is triggered from creation of request item, the requested for and request item fields are blank when receive email notification. This is only happening with the request item that I created a before business rule for. When I make the br inactive, and create a request item the fields are populated on the notification email.
Any guidance on this would be appreciated....
Requested Item and Requested for is blank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 07:20 AM
please ensure you add this in your query BR condition along with your existing condition
gs.getSession().isInteractive()
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
04-19-2024 07:47 AM
Thank you soooo much!