send email service

In send email service , i want to send some message along with deep link . when we get that email and upon clicking on that deep link it should redirect to the summary page for approval.

can someone help me how to achieve this

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Try to create a email body using HTML template with the required details along with record link in it (record link should be provided using <a href = record link which you have created>),

    create record link by passing the request id to it, so that when you click on the link it will navigate to the summary page of the request.

    /*provide the record name and the record value which you wanted to open */
    urlforrecord(recordType!record, ri!requestId)

Reply
  • 0
    Certified Senior Developer

    Try to create a email body using HTML template with the required details along with record link in it (record link should be provided using <a href = record link which you have created>),

    create record link by passing the request id to it, so that when you click on the link it will navigate to the summary page of the request.

    /*provide the record name and the record value which you wanted to open */
    urlforrecord(recordType!record, ri!requestId)

Children