Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • You can use the same method to display the first / last name of the supervisor who filled out the form. You would use:
    • Firstname: {{#appraisal.managercompletedby}}{{appraisal.managercompletedby.firstname}}{{/appraisal.managercompletedby}}
    • Lastname: {{#appraisal.managercompletedby}}{{appraisal.managercompletedby.lastname}}{{/appraisal.managercompletedby}}
    • If the supervisor has not yet completed the form, the first / last name of the supervisor would not be displayed

...