Note (Custom Templates)
The following are available attributes. Select the link to navigate directly to that attribute:
Created At
note.created_at
Returns the date the note was created.
Input
#{{ note.created_at | date: "%D" }}
Output
04/22/14
Creator
note.creator
Returns the employee that created the note. The object returned is an employee object. See our Employee (Custom Templates) article for a full list of available attributes.
Input
#{{ note.creator.name }}
#{{ note.creator.email_address }}
Output
Bart
Note
note.note
Returns the content of the note.