- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 09:30 AM
Hello Friends,
There is one requirement in my project where we want to put a button to cancel INC, REQ and RITM from portal. Since, in portal I’m not sure how we can do this.
We want to put a button user can cancel their own incidents, requests and requested items.
Thanks,
Basant Soni
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 09:42 AM
Hi,
This is the solution to it:
Reference:https://www.servicenowelite.com/blog/2017/5/12/service-portal-resolve-incident-button
Trusted one: https://serviceportal.io/create-custom-action-buttons-service-portal/
Just copy paste of code and then add the widget to page.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 09:42 AM
Hi,
This is the solution to it:
Reference:https://www.servicenowelite.com/blog/2017/5/12/service-portal-resolve-incident-button
Trusted one: https://serviceportal.io/create-custom-action-buttons-service-portal/
Just copy paste of code and then add the widget to page.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2019 10:42 PM
Thanks for your response,