- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2022 08:25 AM
Hi,
I have added one new date field "Estimated Delivery" to one of our RITM Catalog, now I would like to display the same field in Service Portal of the end user so that they can view the value updated in this field.
Currently our Service portal is displaying only very minimal info of RITM. How can I include this new field.
Below screen shot shows the current fields displayed in the portal for end user.
regards,
Raghesh
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 08:04 AM
Hi,
This is because GlideDate time field is handled differently.
You can make changes in HTML Side or change datatype in server side script like below:
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 02:30 AM
Thank you Anil, it worked!!
Appreciate your support!
regards,
Raghesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 10:06 AM
Hi,
Please follow the steps below to achieve your requirement:
1) Navigate to Ticket Field Widget and then just add your field which you want to shown in the line highlighted below:
var fields = $sp.getFields(gr, 'number,state,priority,estimated_delivery,short_description,sys_created_on');
Refer to article below which explains step by step on how to achieve this:
https://www.servicenowelite.com/blog/2019/1/28/display-additional-fields-in-the-ticket-page
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke