update on ServiceNow support ticket
had a zoom call and the servicenow engineer informed me that a code snippet was missing from the ServiceNow online documentation (ref: https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/administer/survey-administration/task/embed-survey-in-outlook-email.html ) that needs to go in the notification:
in addition to,
${mail_script:include_survey_actionable}
need to add in:
${mail_script:asmt_assessment_instance_script}
(this loads:
var html = new AssessmentUtils().getInstanceLinkHTML(current);
template.print(html);
)
it unfortunately hasn't resolved the issue so ServiceNow are continuing to investigate and advise
they have also made us aware of a few KBs:
https://support.servicenow.com/kb?id=kb_article_view_popup&sysparm_article=KB0791126 https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0750361
=======
further info from ServiceNow:
Hi Ruen, I hope you are doing well. It took me some time to set up the instance and surveys, but I
was able to obtain a successful run on the first go from an in-house
instance.
I referenced our Official Docs at the link below as well as few other resources (previously shared on this case) to validate the correct setup: KB0759780 https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0759780 When I received the notification, the whole body of the email
was replaced with the actionable message and I was able to fill in the survey
directly from my Outlook. Based on the successful execution above, other
workarounds/solutions tried in this case can be ignored and the steps I
shared with this message should be used instead. Please let me know if the above is helpful or you have other
questions I may assist you with. Many thanks for your patience and collaboration. Best regards, Luca |
Comments
Post a Comment