- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2016 12:42 PM
Hello,
I am trying to add the incident number and short description to the survey. I can add the incident number to the email but I would like it to appear directly within the survey take page.
I found one suggestion to pass the parameter of the incident number through the URL and default the value of a question on the survey to javascript:RP.getParameterValue("incidentnum") but I do not see a field for the default value of a question. I could find the field in the legacy survey but not under the new surveys in Fuji.
How do I add the incident number and description into either the survey intro or somewhere on the survey take page?
thank you,
Jackie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2016 09:17 PM
My apologies Jackie - I just assumed that survey was a system delivered UI page since it sounded like it was. I looked at ours a little closer - survey was a page we created based off of assessment_take2 (so that we would not lose the future updates). The code above was put inside this tag: <div class="assessment">, you can play with it to get it in the right spot on the page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 03:56 AM
Hello Trevork ,
We have received the same requirement to show the respective INC Number and Short Description in the survey.
In the table tag, I have replaced the existing OOTB code with the code which is suggested by you.
As pointed in the above snapshot, I am successful in retrieving the incident number and its short description.
My only concern is, I do not want the one which is highlighted i.e., "This survey is in regards to" and this is repeated twice.
I have just pasted the code given by you and this is the result. With the incident information, "This survey is in regards to" is also pop up.
Please suggest the way to remove this sentence.
Thankyou.
Amulya Bachu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 03:01 PM
I will be honest, I cannot find the phrase "This survey is in regards to" anywhere on our instance so I don't think I can help you with that. Sorry!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 06:58 AM
We have similar issue like the one you said above.... wondering if you know the location from where this message comes if we want to make changes to the message "This survey is in regards"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2016 09:32 PM
Hi Trevor,
I am having the same issue incorporating the Incident Number and Description to a survey.From the thread I am able to get reach the assessment_take2 ui page but I am not able to see the <div class="assessment"> on that ui page. Is it a part of any other UI page ?Could you please help me on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2016 09:03 AM