Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

restrict user access in list view

jesseisaac
Tera Contributor

Use Case:
Incidents are Resolved by both Users and Monitoring Tool (sys_user Name of Tool: zenduty.automation).
In most of the times Incident Category is incorrectly selected during creation.

So what we want to achieve is, when the Incident is resolved by an Agent from List View, ServiceNow should clear the Category field and ask Engineer to manually update the Category field. Once Agent updates the Category, then only the Incident should get resolved.

But if Monitoring Tool is auto-resolving the Incident, then ServiceNow should NOT ask the Monitoring Tool to update the Category, and it should let the Monitoring Tool resolve the Incident with as-is Category.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

@jesseisaac 

so you can handle this when user tries to Resolve from instance

what did you start and where are you stuck?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron

@jesseisaac 

so you can handle this when user tries to Resolve from instance

what did you start and where are you stuck?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

jesseisaac
Tera Contributor

When Users tries to Resolve from the LIST View,  ServiceNow should clear the Category Field and ask the User to re-update the Category after which the INC should move to Resolved State.

How can we get this done?

@jesseisaac 

if you allow them to change from list, you can stop the update using before update BR and show message to user

Better don't allow them to edit from list and restrict using List Edit ACL on that field

Let them change from form and you can show info message and make Category mandatory when State Changes to Resolved

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader