- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 06:30 AM
We have the below script in the message of a notification. It yields,
Note the SP in the instance url. We want these assessments to go through our platform UI, no Portal.
How to fix??
Thanks so much, Stacy Whetzell
You have been designated as an assessment participant on ${metric_type} due to your role in the organization and subject matter knowledge. As required by management, please follow the link below and complete the assessment by ${due_date}. You can save your responses until you are ready to submit them. When you are satisfied with your responses, submit the assessment.
Click here to take your assessment: <mail_script>
var link = new AssessmentUtils().getAssessmentInstanceURL(current.sys_id);
var url = '<a href="' + link + '">' + link + '</a>';
template.print(url);
</mail_script>
To view your assessment queue at any time, sign in and navigate to Self-Service > My Assessments & Surveys.
Solved! Go to Solution.
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 06:35 AM
Hello,
Check in the below property is true or false and make it false of you want to open it on native UI
Please mark answer correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 07:17 AM
Most AWESOME answer! Thanks Saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2022 05:11 PM
This worked perfectly. Thanks!