- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 01:10 AM
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
09-03-2025 03:15 AM
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
09-03-2025 02:16 AM
Hi @Ankur Bawiskar , this article can be used to add new fields from same record. In my case I want to add field from another table.
is there any way to achieve it? or we can only add fields from same table only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 02:20 AM
The link I shared is just a reference, yes you can add other fields from other table but as I mentioned you will have to perform GlideRecord and get the value
You will have to play with the Server Side Script
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
09-03-2025 03:19 AM
check my above response.
I was able to achieve and show business time left for the INC in Tickets Field widget.
You will have to play around in the server side and add the value in the JSON object using GlideRecord which then will be rendered by System automatically.
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
