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

Saurav11
Kilo Patron
Kilo Patron

Hello,

Generally each table has a Portal view for it, which means if you configure that field on the Portal view of the form it should appear.

Please mark the answer correct/helpful based on Impact

Anil Lande
Kilo Patron

Hi,

Please check below link:

https://community.servicenow.com/community?id=community_question&sys_id=3c6e501fdbbc0550382a82630596...

 

Similar issue was answered on the above link.

 

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

Hi Anil,

Thank you for your response!

I have managed to bring the field on Service Portal by editing the Widget, however facing an issue.

The field is a date field "estimated_delivery" and it is showing the label however the date is not displayed instead it just showing as  "Just Now"

How do I display the actual date on the screen in SP.

 

find_real_file.png

The server side script is like below.

 

find_real_file.png

 

 

regards,

Raghesh

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