I have a Send Survey button (linked to survey templates with GetFeedback links.
When I am in Lightning the button is not displayed.
The Send Survey button is an On Click JavaScript.
Why can't I see it in Lightning?
Any help is much appreciated.
답변 2개
That button is the proprietary Salesforce survey so without a special license it does not display. How can I create my own button that is linked to the Classic Email Templates I use in Classic?
The OnClick JavaScript button has the below that is linked to my templates.
location.replace('/email/author/emailauthor.jsp?retURL=/{!Contact.Id}&p2_lkid={!Contact.Id}&rtype=003&p2_lkid={!Contact.Email}&template_id=00X320000050e7SEAQ');