Versions Compared

Key

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

...

NameDescription
PrefixcurrentUser
DescriptionTo retrieve currently logged in user information.  
Attributes
  • #currentUser.id#
  • #currentUser.username#
  • #currentUser.firstName#
  • #currentUser.lastName#
  • #currentUser.email#
  • #currentUser.active#
  • #currentUser.timeZone#

In Joget Enterprise edition, these additional attributes are available:-

User Meta

  • #currentUser.meta.KEY#
    To read additional user meta data stored in dir_user_meta table.
    Example: #currentUser.meta.duration#.

    Panel
    borderColorpurple
    borderWidth1
    titleBGColor#ddccff
    borderStylesolid
    titleNew Feature

    This is a new feature in Joget Workflow v6.

OrganizationEmployment

  • #currentUser.organizationemployee.id#code#
  • #currentUser.organizationemployee.name#jobTitle#
  • #currentUser.organizationemployee.description#isHod#

DepartmentOrganization

  • #currentUser.departmentorganization.id#
  • #currentUser.departmentorganization.name#
  • #currentUser.departmentorganization.description#

GradeDepartment

  • #currentUser.gradedepartment.id#
  • #currentUser.gradedepartment.name#
  • #currentUser.gradedepartment.description#
  • #currentUser.grade.organizationId#

Department HOD

  • #currentUser.department.hod.username#
  • #currentUser.department.hod.firstName#
  • #currentUser.department.hod.lastName#
  • #currentUser.department.hod.email#
  • #currentUser.department.hod.active#
  • #currentUser.department.hod.timeZone#

GroupGrade

  • #currentUser.groupsgrade.id#
  • #currentUser.groupsgrade.name#

Employment

  • #currentUser.employeegrade.code#
  • #currentUser.employee.jobTitle#
  • #currentUser.employee.isHod#
  • description#

Department HOD

  • #currentUser.department.hod.username#
  • #currentUser.department.hod.firstName#
  • #currentUser.department.hod.lastName#
  • #currentUser.department.hod.email#
  • #currentUser.department.hod.active#
  • #currentUser.department.hod.timeZone#

Group

  • #currentUser.groups.id#
  • #currentUser.groups.name#
Scope of Use
  • All components within the App.

...