hi
i have a query.
related to email template.
in email template body i have written
dear $employee.firstname
but when i am running the user event in employee rocord an
var myMergeResult = render.mergeEmail({templateId: 19});
and sending the mail through email.send();
what i receiving in email is only " dear"
how can i attend a field name in runtime in email template and use the same for sending mail after merge result.