- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2018 01:23 PM
Hello All
We are using the Kingston patch 9 build.
We have a notification that generates an email that has smiley face rating in it. When the specific smiley face is selected, the survey is opened and the first question is populated in the ITIL view. The trouble is the left nav pane is displayed and management doesn't want that. We have not been able to hide the left nav panel in the itil view for all of the users when the survey is opened, so we are trying to go through the service portal.
When the specific smiley face is selected in the email, the service portal opens the survey to the page below and breaks the ability to prepopulate the first answer in the survey.
Is there a way to configure the initial service portal page below to be hidden so we can open the survey up in the service portal and continue to prepopulate the first question of the survey from our code?
Many thanks,
Pat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2018 04:22 AM
Hi Pat
In the Portal widget "Take Survey", on the Client Controller line 12 is "c.state = -1;".
Change that -1 to 0 and you are set.
Br.
Tapio
P.S. I'm too working on setting the first answer for the survey.
Could you share your findings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2018 04:22 AM
Hi Pat
In the Portal widget "Take Survey", on the Client Controller line 12 is "c.state = -1;".
Change that -1 to 0 and you are set.
Br.
Tapio
P.S. I'm too working on setting the first answer for the survey.
Could you share your findings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2018 06:30 AM
Thanks Tapio,
That's exactly what we wound up doing.
Much appreciated
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2020 02:19 AM