function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jkcjkc 

Email Author in Lightning Experience

Hi,

I have a visualforce page and I have a url that redirects to email author(/_ui/core/email/author/EmailAuthor) and it says 'This page isn't available in Salesforce Lightning Experience or Salesforce1.'

here is the javascript:
function emailDoc(strEmailDocId, strRecordID){     
        // set the url to redirect to
        var strURL = '/_ui/core/email/author/EmailAuthor?doc_id=' + strEmailDocId + '&p3_lkid=' + strRecordID + '&retURL=' + strRecordID;
            // Salesforce1 navigation
            sforce.one.navigateToURL(strURL, true);
}

Is there a way for me to call the email author through Lightning experience? It's ok even if takes the page back to a classic theme.
Jim ThompsonJim Thompson
I was just wondering the same thing myself. Too bad nobody replied in 18 months. I am going to post this in the Partner forum.
Ravi Teja Mynam 7Ravi Teja Mynam 7
Any solution for this? I am looking for a workaround similar to email author for the lightning experience. I would appreciate if someone provided with the appropriate solution link.
Neha Rani 8Neha Rani 8
For me its redirecting back to classic, pls share the alternative if possible in lightning.