We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Run again (debug) option in ECC Queue item view

Ron28
Mega Sage

I'm attempting to debug a Discovery Post script in a copy of PRD instance, but when using "Run Again" from the screen below, the script debugger utility doesn't stop at the breakpoint I've set. I gather I need to use "Run Again (debug)" which isn't available in this instance. 
Would anyone know which system property controls this?

Screenshot 2026-02-12 at 11.30.57 am.png

Thanks,
Ron

1 ACCEPTED SOLUTION

lauri457
Tera Sage

The ui action has a condition for the maint role. Remove that from the original or create a copy

View solution in original post

3 REPLIES 3

Ron28
Mega Sage

Found it. It is a UI Action which requires the 'maint' role in PRD and this copy PRD instance, but in the DEV instance is set to 'discovery_admin'. I've changed this role in the copy PRD instance and now "Run again (debug)" shows in the related items list. Happy days.

Ron

lauri457
Tera Sage

The ui action has a condition for the maint role. Remove that from the original or create a copy

Ron28
Mega Sage

Indeed that did the trick!
Thanks
Ron