Display description on my requests page is the Service portal

Fraggle Rock
Tera Expert

HI there we are want to display the incident description and and not just  the short description when a user views their incidents on the my requests page of the service portal. as the first item on the activity tab as shown below.

what is the best way to do this find_real_file.png

1 ACCEPTED SOLUTION

Kasi Ramanathan
Kilo Guru

Hi @Fraggle Rock 

 

In the Service Portal, Check for the page name as highlighted in the below screenshot.

find_real_file.png

Now, Navigate back to Native UI and Search for Widgets in the Service Portal module. Search for "Ticket Conversation"

find_real_file.png

Open the record. In the Body HTML Template add the below line as highlighted.

<p>{{data.description}}</p>

find_real_file.png

In Server Script, add the below line as highlighted.

data.description = gr.getDisplayValue('description');

find_real_file.png

Click on Update. Now navigate to portal.

View solution in original post

7 REPLIES 7

Kasi Ramanathan
Kilo Guru

Hi @Fraggle Rock 

 

In the Service Portal, Check for the page name as highlighted in the below screenshot.

find_real_file.png

Now, Navigate back to Native UI and Search for Widgets in the Service Portal module. Search for "Ticket Conversation"

find_real_file.png

Open the record. In the Body HTML Template add the below line as highlighted.

<p>{{data.description}}</p>

find_real_file.png

In Server Script, add the below line as highlighted.

data.description = gr.getDisplayValue('description');

find_real_file.png

Click on Update. Now navigate to portal.

thanks @Kasi Ramanathan  for that . I  have tried to do  what you have said and while i  can get to  the widget page i  can not edit the html content. i  am using my  Admin account and have the application picker  set  to  globe is there a special role need that admin does not get by default

You need to clone the widget to edit. Replace the cloned widget on the page.

Thanks very much for this. i have cloned the old widgets, and create the new widget and updated it but now struggling to  replace the old widget with the now one and i  have not use portal designer before