Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This document describes the layout of the Atrium database, and how to import users and menu items manually.
Widget Connector | |||||
---|---|---|---|---|---|
|
...
|
...
|
Users and Groups
In Atrium, each user and group is assigned a unique identifier. The assigned id must be entirely unique. For example, a user id number must be unique not only among other users, but also among any and all groups.
...
This file controls display options in Atrium. Each user or group and have their own settings. Or, they can inherit from their parent groups, or from a set of global defaults.
Option | Description | Values |
---|---|---|
| This is the unique key for this file. When the portal loads, Atrium looks for a record in this file with the user id number. This will be present if the user has his own settings. If not, a record might not be present for the user. In this case, group settings will be checked using the user’s parent group id. This record also may not be present. In this case, prior parent group ids (if any) will be checked. If nothing is found, the record with This record must always be present, or an error will occur. |
|
| This controls the title displayed in the browser title bar and/or browser tab. Can be set to any desired text. |
|
| Flag that controls whether a banner is displayed at the top of the portal. |
|
| Controls the height (in pixels) of the banner. If |
...
this field is ignored . |
|
| Sets the URL of the external HTML file that provides the banner content. The URL can be either a fully qualified URL, or an absolute path to an HTML file within the Profound UI http server’s document root folder. If |
---|
...
this field is ignored . |
| |
| Sets the color theme. |
|
---|---|---|
| Controls whether or not the user gets an option on the Settings menu to set their own color theme. |
|
| Controls whether or not a home page is shown automatically when the portal loads. |
|
| Sets the desired homepage. |
|
| Controls the text that is displayed in the title bar of the navigation panel. |
|
| Sets the starting width (in pixels) of the navigation panel when the portal loads. The user can resize the navigation panel during the session. |
|
| Controls whether the navigation panel is shown in the Tree or Accordion style. |
|
| Controls whether navigation items will launch with single (1) or double (0) click. |
|
| Controls whether Menu Search feature is enabled. |
|
| Controls whether Favorites system is enabled. |
|
| Limit of number of Atrium sessions, per web browser. |
|
| Minimum number of characters for menu search. |
|
| Specifies a job description to set the library list from. To use, the field |
|
| Specifies the library for the job description. |
|
| Specifies the current library. |
|
| Contains a set of libraries to use as the library list. To use, both |
|
Note |
---|
NOTETo use the Atrium defaults, |
Groups File (ATGROUPSP)
This file contains Atrium groups. Users and other groups can be assigned into a group to inherit display settings and/or menu permissions.
Option | Description | Values |
---|---|---|
| Specifies a unique group identifier. Value 0 is reserved and must not be used as a group id in this file. |
|
| Specifies a unique parent group identifier. Value 0 is for a top-level group which is not a member of any other. |
|
| Sets the display name for the group. |
|
Warning |
---|
IMPORTANT!Identifiers must be unique among users and groups. |
Users File (ATUSERSP)
This file contains a repository of users who are capable of signing into Atrium.
Option | Description | Values |
---|---|---|
| Specifies a unique user identifier. Value 0 is reserved and must not be used as a group id in this file. |
|
| Specifies the unique parent group identifier of the user. All users must be assigned to a valid group. |
|
| Sets the user's access role. |
|
| Controls whether user can access My Settings option in the Settings menu. My Settings allows the user to control some of their own |
|
| Sets the user's display name. |
|
| Sets the user's profile name. When |
|
| Sets the user's language code. Is used as a key to find menu item translations in file If the language code is left blank, or there are no matching records in As of Profound UI Version 6 Fix Pack 1.0, if the language code matches a language defined for Atrium, such as de_DE, fr_FR, it_IT, then the Atrium user interface will use that language when pui["language"] is not set in an extensions/atrium/ JavaScript file (e.g. settings.js). |
|
Warning |
---|
IMPORTANT!Identifiers must be unique among users and groups . |
Supplemental Groups (ATSUPGRPP)
This file contains supplemental members of groups. Both ASUUSER and ASUGROUP are primary keys; so, a user can be a member of multiple groups.
...
AMAACTN: A single-character Action Id. Valid Actions are:
0: Write a value into a field
1: Press a key
5: Close the browser window or tab
AMAROW: Field Row. Value is 0 unless the action is 0–write a value into a field. For action 0, this identifies the terminal row where the field exists.
...
AMAVARTYPE: Variable Type. A single-character Type Id. This field is ignored when action is 5. This describes the data in the AMAVAR field. Valid Types are:
0: A literal value. When action is 0, the value of AMAVAR is to be entered literally. When action is 1, the value of AMAVAR is the key to be pressed.
1: A variable value. Valid for action 0 or 1. When configuring a navigation item to use this macro, you will be prompted for the variable name. The value entered on the navigation item will be written into the field when the macro is run.
2: The current user profile. Valid only for action 0. Indicates that the current user profile should be entered into a field.
3: The result of a JavaScript expression. Valid only for action 0.
AMAVAR: Variable. This field is ignored when action is 5. This way this field's value is used depends on the Action (AMAACTN) and the variable type (AMAVARTYPE).
...