- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi there,
I want to add field from "task_sla" table to "Ticket Fields" widget.
for example " Business Time left".
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I agree that SLA information is not necessary for end users on portal.
But the requirement is achievable and I was able to achieve that.
The link I shared simply tells the server side script which needs to be enhanced and would help person with developer skills to know what change and where change is required.
@Narayan K I was able to show that, see below
Output:
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks @Ankur Bawiskar , Just last Query, Is it possible to change label of SLA field "Business Tie Left" to something else on portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you for marking my response as helpful.
yes why not.
The data is rendered using the JSON and it has key value pair, you can change the label as per your requirement.
I believe I have answered your question.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @Ankur Bawiskar currently this field is visible only if user has ITIL role. Is there any way to customize widget so that this field will be visible to all users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
if field level READ ACL is blocking then you can't do much.
You will have to ensure the ACL is unlocked for all users.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
you will have to clone the OOTB widget, then customize that Widget Server Side Script and then add this new widget again on your portal page.
You can query task_sla table for this INC and bring the data and then render
How to add/remove columns in 'Ticket Fields' widget in 'ticket' page of Service Portal
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader