Display a new field in RITM to End user Service Portal

Raghesh
Giga Expert

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.

 

find_real_file.png

regards,

Raghesh

1 ACCEPTED SOLUTION

Hi,

This is because GlideDate time field is handled differently. 

find_real_file.png

 

You can make changes in HTML Side or change datatype in server side script like below:

find_real_file.png

 

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

6 REPLIES 6

Thank you Anil, it worked!!

Appreciate your support!

 

regards,

Raghesh

shloke04
Kilo Patron

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

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke