Versions Compared

Key

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

...

Code Block
languagejavascript
titleCustom Field Example
// custom field called custentity_jobrole of type list/record set to internal id 4 and text "Professional Services"

${employee.customvalue.custentity_jobrole} will display 4
${employee.customtext.custentity_jobrole} will display Professional services


// display the additional leave balance
${employee.customvalue.custentity_pr_alt_leave_balance}

Example: Adding an additional Leave Balance From the Employee Record


Adding Code Into Template

...