Binding Sources: User

The user object contains properties and nested objects that describe the current user account, role, and employee information (if employee information can be found). In the context of an AXVW, it can be used in the AXVW's data source (SQL queries or restriction) or in the view properties.

Expression

Description

${user.name} User name
${user.role} User role name
${user.email} User email address
${user.locale} User locale name
${user.employee.id} Employee ID
${user.employee.number} Employee number
${user.employee.phone} Employee phone
${user.employee.imageFile} Employee image file name
${user.employee.honorific} Employee honorific
${user.employee.space.roomId} Employee room ID
${user.employee.space.floorId} Employee floor ID
${user.employee.space.buildingId} Employee building ID
${user.employee.space.siteId} Employee site ID
${user.employee.space.countryId} Employee country ID
${user.employee.organization.divisionId} Employee division ID
${user.employee.organization.departmentId} Employee department ID
${user.isMemberOfGroup('FIM')} Returns true if the user belongs to specified group


The employee object is available only if the current user has an email that matches a record in the employee table.