- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 12:13 AM - edited 07-11-2023 12:14 AM
Hello team,
I am not able to see reopen button under actions of incident in esc portal.
we can only see close action even though reopen action has been declared in oob script line 41.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 01:37 AM
Hi, check that IncidentUtils script include that have the function Canreopenincident
Make sure your incident satisfies the condition in there
ServiceNow Consultant
United Kingdom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 02:24 AM
It is available on my PDI. I can see it [screenshot from PDI]
Just make sure to login as the caller who has no roles, state of incident is resolved & the incident is not qualified as major incident.
ServiceNow Consultant
United Kingdom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 03:10 AM
Now I can able to see Reopen button. To see reopen button users should not have any roles.
Thank you @Sails for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 02:36 AM
yes ,you are right to see reopen button users should not have any roles.If you want to reopen for all users (admin/itil/enduser ).comment the line 41 in server script and add
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 08:54 AM
Hi @Kishor O can you please share your solution/code? It could help me loads with a requirement that i have, quite similar to yours.
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 11:58 PM - edited 02-25-2024 11:58 PM
@MQG Only the Caller of the incident record can see the reopen and resolve action.
If you want to change this functionality you need to customize script include.