Available Attributes:
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 employee for a full list of available attributes.
Input
#{{ note.creator.name }}
#{{ note.creator.email_address }}
Output
Bart Simpson
bart@thesimpsons.net
Note
note.note
Returns the content of the note.
Comments
0 comments
Please sign in to leave a comment.