- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 08:40 AM
Hi all,
Apologies if this is a silly question but I have not been able to locate the answer anywhere. The setup for our service portal includes the option for users to 'Resolve' but when selecting it says it requires information for the mandatory fields.
I have managed to find the code for this in the widget and wanted to add a couple of lines to autopopulate these fields but I cannot edit the code as it is read only.
I have created a duplicate widget with my edited code but how do I add it to the existing Service Portal widgets? I don't want to change anything else.
Or if there is another option I can configure that, any help is appreciated!
My updated code is below:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 03:48 AM
Hi @TroyVB ,
Check closer code choice value , seems you are giving display value, you need to pass internal value to close code.
Accept the solution if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 03:48 AM
Hi @TroyVB ,
Check closer code choice value , seems you are giving display value, you need to pass internal value to close code.
Accept the solution if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 05:05 PM
That was it, thank you!