Email Macros |
Back Top Previous Next |
The email macros for each object can be found in the email editor screen when adding a template (some with further drop down options):
Select Context, ie. cardfile, quote, etc. then select the context macro required.
Note: There are macros for CardFiles, Items, Jobs, Projects, Quotes, Purchases, Invoices, Email Passwords and Page Requests.
Jim2 supports HTML custom macros for email templates.
See here for information on email macros syntax.
These are examples of some basic macros:
General System Context Variables {{System.Company}} {{System.Date}} {{System.Item.ItemMakeName}} {{System.Item.ItemModelName}} {{System.Item.ItemName}} {{System.Job.JobName}} {{System.Project.ProjectName}} {{System.User}} {{System.User.ContactType=}} – requires the name of the contact type, ie. {{System.User.ContactType=Mobile}} {{System.User.Department}} {{System.User.Email}} {{System.User.JobTitle}}
Job Specific Context
Project Specific Context
Examples of some date macros, which support having .Month and .Day and .Year at the end {{Project.Job.Bill Date}} {{Project.Job.Date In}} {{Project.Job.Date Due}} {{Project.Job.Read Date}}
{{Project.Job.Previous Job.Bill Date}} {{Project.Job.Previous Job.Date In}} {{Project.Job.Previous Job.Date Due}} {{Project.Job.Previous Job.Date Out}} {{Project.Job.Previous Job.Read Date}}
{{Project.Job.Next Job.Bill Date}}
Additional Macros Under Job, CardFile, Quote, Purchase, Project and Invoice select the first name and the last name of the customer, ie.{{CardFile.FirstName}}, {{CardFile.LastName}}
Under Project select warranty in and out dates, contract in and out dates and customer reference, ie. {{Project.WarDateIn}}
|