Posts

Showing posts from June, 2024

Email Templates and Emails

 Email Templates and Emails Email Templates Links: To create a link, click on the link icon and in the URL add the link without the instance. e.g. /now/nav/ui/classic/params/target/pm_project.do%3Fsys_id=${sysapproval.sys_id} For approvals it will act on the table: Approval (sysapproval_approver) Use this type of syntax for getting variables when its to do with a Project: ${sysapproval} -> Gives the project number Approval Sys ID: ${sys_id} -> Gives the Approval Sysid ${sysapproval.sys_class_name} -> e.g. "Project" ${URI} -> Takes you to the approval record ${sysapproval.URI} -> Link to the project URL: sysapproval_approver.do?sys_id=${sys_id} Project sysid:  ${sysapproval.sys_id} Subject : ${sysapproval.short_description} Description : ${sysapproval.description} Click here to view Approval Request: ${URI} Click here to view ${sysapproval.sys_class_name}:  ${sysapproval.URI} Priority: ${sysapproval.priority} Category: ${sysapproval.category} Click...