Resolved at/Resolved by not populated on incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:36 AM
Hello,
We have created the business rule in which we are setting incident state and state as resolved automatically if the category is Inquiry.
But resolved at and resolved by is not populating automatically.
I have tried adding the current.update(); in business rules but it shows policy violation. How can I populate these fields automatically.
Thanks you in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 09:36 AM
Hi,
The OOTB BR ( mark_resolved ) has all required field to be update for Resolved By and Resolved At.
As your incidents are auto closed the, please make the arrangement for below line :
current.resolved_by = gs.getUserID(); // replace this line with some service account user.
Thanks,
Ashish
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution