- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 10:13 AM - edited 06-27-2023 10:25 AM
Hi Community,
I had researched a lot but didn't get any fruitful answer how to avoid creating Guest user Survey record. Finally, I found the solution and sharing with you all. Copy the below notification script and in your notification which is sending out the Survey, rest it will take care of everything:
______________
<mail_script>
var html = new AssessmentUtils().getInstanceLinkHTML(current);
template.print(html);
</mail_script>
______________
Happy learning.
Please acknowledge helpful if this post helps you anyway.
Thanks,
MK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 01:26 PM - edited 06-27-2023 01:27 PM
When OOB script include is doing the magic then we don't need to do anything extra. We can always add bells n whistles but their is a need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 10:23 AM
Hi,
you can restrict it in in bound email action , modify out of the box script.
regards
Jana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 01:26 PM - edited 06-27-2023 01:27 PM
When OOB script include is doing the magic then we don't need to do anything extra. We can always add bells n whistles but their is a need.
