Skip to main content

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 risposte
  1. 27 mar 2024, 14:39

    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');

0/9000