Doc link in alert

We want to add Document link in alert so that straight away subject document can be opened.

For eg. we know the document detail can be displayed by {{doc.name}}. We want to add hyperlink of this document. Please suggest.

{{ frappe.utils.get_url_to_form(doc.doctype, doc.name) }}
2 Likes

Thank you very much Rushabh. We got the link. Further queries are as under.

  1. How to get it in form of Hyperlink.
  2. How to keep Line space (If we keep line space in message, it comes in continuous sentence in email.
  3. How to show Bullet (as shown in example of message)