Survey inside Service Portal Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2017 10:01 AM
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
This is my widget
nathanfirth - need your help here
Thanks in advance
- Labels:
-
Now Mobile
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2017 11:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2017 12:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 07:28 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2017 02:37 PM
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>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 07:24 AM
Do you mind sharing your OOB header code? I have the same requirements. Thanks!