Survey inside Service Portal Page

sudharsanv36
Kilo Guru

Hello Experts,

I have a requirement to list the number of Surveys to be taken by the logged in user on the Header part of Service Portal. Please refer the below picture.

I have modified the OOB Header menu with the new menu item which brings all the pending surveys with a button embedded to it. But I am not sure how to implement the button functionality Once the user clicks on it, he need to see the Survey within the Service Portal.

Can anyone enlighten me, if you did the similar kind of task
find_real_file.png

This is my widget

find_real_file.png

nathanfirth - need your help here

Thanks in advance

9 REPLIES 9

I found this Internationalization in the docs that says this syntax is for internalization:



<div>
 
<p>${This message will be internationalized.}</p>
 
<p>However, this will NOT be.</p>
</div>



I am working to determine why it isn't working when the surveys feature is backported to Helsinki Service Portal


kaushalya1
Kilo Expert

Hi Vignesh,



please let me know where you able to fix this issue. even we have same requirement,


If, yes kindly share the code.



thanks


kavya


sudharsanv36
Kilo Guru

Hello Kaushalya,



We ended up showing an iframe inside the service portal page that links to the OOB ui page which lists the surveys for the current user.


That is what we did as well until we upgrade to Istanbul.


HTML code for widget (everything else remained as default).


<div>


<iframe src="/assessment_list.do?sysparm_show=user" height="1600" width="100%"></iframe>


</div>


rlathrop
Tera Contributor

Do you mind sharing your OOB header code? I have the same requirements. Thanks!