User variable
The user variable contains information about the current user, provided they are signed into the Combeenation platform. Otherwise, the current user is considered anonymous and the variable will contain fallback values.
Properties
| name | description |
|---|---|
isLoggedIn | true if the user is signed into the Combeenation platform and is a member of the CompanyOn the Combeenation platform, a company means exactly what it describes: a company. For the most part, these are customers who have ordered a configurator from us. However, there are also internal companies that we use for best practice examples, for testing or for internal configurators. that owns the configurator, false otherwise |
firstName | the first name of the user or an empty text if not set or the user isn’t signed in |
lastName | the last name of the user or an empty text if not set or the user isn’t signed in |
mail | the mail address of the user or a fallback value if the user isn’t signed in (currently anonymous@combeenation.com) Note the fallback mail address does not exist, mails cannot be sent to it. It's intended to assist in debugging, not for actual use! |
fields | Container for all custom field values, provided any have been created in the CompanyOn the Combeenation platform, a company means exactly what it describes: a company. For the most part, these are customers who have ordered a configurator from us. However, there are also internal companies that we use for best practice examples, for testing or for internal configurators. |