Built-in values provide a convenient way to access essential information within the BRYTER platform without the need for explicit user input. These default values include the end user's name, session ID, and current environment You can effortlessly reference these built-in values, just like any other variable in your application.
When using built-in values referring to your end user, ensure that the end user access level is not set to Public. In public modules or data views, no information on the end user is available. End-user-related built-in values will be empty and might cause unintended behavior.
Available built-in values
Session ID |
The session ID is useful to include it in generated documents (so that you know which session it originated from), and in advanced use cases where you might want to logically link multiple "child" module sessions to a "parent" session. |
Resume Session URL | The Resume Session URL is a way for users to return back to a session at a later point to finish the session. It is the link that is visible in the Come back later and restart page modal of the Wizard which can now be used as a variable. |
User > Email | Email address, as saved in the Admin Console or Active Directory, of the authenticated end-user. |
User > Full name | Full name, first and last/family name, as saved in the Admin Console or Active Directory, of the authenticated end-users. |
User > Given name | First name (Vorname), as saved in the Admin Console or Active Directory, of the authenticated end-users. |
User > Family name | Last name (Nachname), as saved in the Admin Console or Active Directory, of the authenticated end-users. |
Environment > ID | ID that is unique to the environment you are currently in. This built-in value needs to be enabled by your BRYTER contact person. |
Environment > Name | Name, as saved in the Admin Console. This built-in value needs to be enabled by your BRYTER contact person. |