Send Email = HYPERLINK("https://test.salesforce.com/_ui/core/email/author/EmailAuthor?p2_lkid="&Id&"&rtype=003&p3_lkid="&Account.Id&"&retURL=/003?fcf=00BV000000xxxxx","Send Email")
This takes them to a send a email functionality of salesforce then Return page as of now is the List View id which they clicked the link from
Is there a way to make returl dynamic ie return to the respective List view the user started from.
Thanks
1 件の回答
I don't think this is possible as you don't have a way to track the starting point as a variable in your hyperlink.