Announcement

Collapse
No announcement yet.

How to add system Link to email

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to add system Link to email

    Hi,

    Is it possible to add system URL to automated email ?

    eg - A user create a task and assigned to user B. And user B will get an email with the task URL and he will able to login to that task with click on that URL

    It would be great to have it so user can click on the link in the email and they can go straightaway to the record itself.
    Cheers!
    Nishan.

  • #2
    Originally posted by Nishan Perera View Post
    Hi,

    Is it possible to add system URL to automated email ?

    eg - A user create a task and assigned to user B. And user B will get an email with the task URL and he will able to login to that task with click on that URL

    It would be great to have it so user can click on the link in the email and they can go straightaway to the record itself.
    Go to admin/temlpate manager/Assignment :: Task

    and add <a href="{{recordUrl}}">Show Task</a>

    Comment

    Working...
    X