This object contains all the data related to a user within FORMCYCLE. To access the user currently signed in,
use XFC_METADATA.currentUser. In case the user is not signed in, the user data refers to an anonymous user.
For example, the surename is set to [Anonymous].
deprecated
This object refers to XFC_METADATA.currentUser, which should not be used anymore. Instead, use
XFC_METADATA.user instead.
A warning message informing you that this object is deprecated and scheduled to be removed soon.
active
active:"ACTIVE" | "LOCKED" | "DELETED"
deprecated
The property active was removed, as it is superfluous. Any user that can sign in must
necessarily be active. Previously, XFC_METADATA.currentUser.active could never have been false.
There is not alternative, as the user is now always active.
Optional email
email:string
deprecated
Use the property mail instead.
Optional forename
forename:undefined
The first or given name of this user.
deprecated
Use the property firstName instead.
ldap
ldap:object
/**
deprecated
See the rawData property of this user for data retrieved from the LDAP.
Type declaration
[key: string]: any
Optional mandant
mandant:string
deprecated
The property mandant was removed. You might want use XFC_METADATA.currentClient instead, but
please note that this is the client owning the current form, not the client of the user.
Optional phonennumber
phonennumber:string
deprecated
Use the property phone instead.
Optional role
role:string
The (optional) role to which this user was assigned.
This object contains all the data related to a user within FORMCYCLE. To access the user currently signed in, use
XFC_METADATA.currentUser
. In case the user is not signed in, the user data refers to an anonymous user. For example, thesurename
is set to[Anonymous]
.This object refers to
XFC_METADATA.currentUser
, which should not be used anymore. Instead, useXFC_METADATA.user
instead.