- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2017 11:43 PM
Hi All
May I know how to hide the "This survey is in regards to Incident: " blue color InfoMessage box from the assessment_take2 public page.
I am seeing the below behavior.
When user is logged in:
This message is being displayed on top and the RP.getParameter function is not working to pull the incident number from survey URL. Also shows a wrong number (not from the sent URL).
When User not logged in:
RP.getParameterValue works as expected.
Does RP.getParameter work when user logged in to the system ?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2017 01:02 AM
Hi ctomasi
Reply from Support is that RP.getParamaterValue will not work in this. So I had to alternate to getting the Incident details directly in the UI page itself.
Case closed!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 07:01 AM
Hi Jaspal
I am using the assessment module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2017 01:02 AM
Hi ctomasi
Reply from Support is that RP.getParamaterValue will not work in this. So I had to alternate to getting the Incident details directly in the UI page itself.
Case closed!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 04:28 PM
Hi @abhithen
How did you get incident details in UI page? Please share the steps