How should I re-direct survey page to sp page instead Native UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 12:44 AM
Hello Team,
When end user clicks on survey link, it's re-directing to the backend native UI with the below mail script.
Could you please help, how to re-direct the link to Service Portal Page.
Thanks
Ashok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 08:56 PM
hi @B Ashok ,
Please check
Navigate to "Assessment properties" - > checked the first checkbox ("Allow Survey link from email to open Service portal view ") .
if that false then you need to change the property or link logic
something like below
'sp?id=take_survey&instance_id=' + current.sys_id;
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 03:05 AM
Thank you it's working.
Navigate to "Assessment properties" - > checked the first checkbox ("Allow Survey link from email to open Service portal view ") .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 03:18 AM
hi @B Ashok ,
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution".
Thanks,
BK