- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2021 11:32 PM
Open the service portal my request and click on any request (incident)....there is a action is there.....from where it is coming? and how to customize it?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2021 09:51 AM
Hi Souvik,
This is coming from Standard ticket application. You can navigate to this module by typing "Standard ticket" in the left navigation. Refer to the incident table entry in the list below. You can customize this actions button by editing the "Incident Standard Ticket Actions" widget.
For an incident which is in New, In Progress & On hold, actions dropdown will display "Resolve" button to the user.
For a resolved incident, actions dropdown will display "Close" incident button.
Please read the below link before changing anything as it provides lot of features without editing the OOB widget.
Kindly let me know if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2021 09:51 AM
Hi Souvik,
This is coming from Standard ticket application. You can navigate to this module by typing "Standard ticket" in the left navigation. Refer to the incident table entry in the list below. You can customize this actions button by editing the "Incident Standard Ticket Actions" widget.
For an incident which is in New, In Progress & On hold, actions dropdown will display "Resolve" button to the user.
For a resolved incident, actions dropdown will display "Close" incident button.
Please read the below link before changing anything as it provides lot of features without editing the OOB widget.
Kindly let me know if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 09:24 AM - edited 04-03-2023 09:24 AM
Hi @Kiranmai_KVL ,
I don't see anywhere checking the user role while displaying the actions on widget.
We have one custom field called 'Requested for' in incident form. I have altered ACL to display the incidents for end users without any roles also to view the incidents if they are in 'Requested for' field of incident.
Incidents are displayed in Service portal but no action is displayed for end user if he is in 'Requested for' field.
But Actions are displayed if the user is in caller field. So I want to understand where in widget they are controlling when to display the actions.
Please help.
Thanks,
Talya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 04:39 AM
Hi Talya,
You might need to modify the script include 'IncidentUtils'.
This is the Customer extensible Class of IncidentUtilsSNC
The Incident Standard Ticket Actions widget utilises this to limit which users are able to access the options including by role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2021 10:52 AM
Thank you