Activity Forums Salesforce® Discussions Can anyone please explain me how to hide record id(e.g. LeadId) in email template body?

  • Aman

    Member
    May 1, 2018 at 8:36 am

    Hi Rajan,

    You can use the below code :

    <div style = display:none;>
    #$$$$$${!Lead.Id}##
    </div>

    Thanks

  • PRANAV

    Member
    May 1, 2018 at 9:29 am

    Hi Rajan,

    You have to create a HTML or Custom email template for this first.

    Then you can use display:none in your div tag in html section.

    OR

    You can use visibility tag in header tag also.

    h2.a {
    visibility: visible;
    }

    Hope this helps you more.

  • shariq

    Member
    September 20, 2018 at 6:43 pm

    Hi,

    Put the above code in section like div and through css hide it.

    Hope this helps.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos