User Add-on
The user add-on opens a list of all users and user groups created in enaio® administrator. The list contains the user name and the entries from field 'Full name' for all users. The user name or the full name is transferred.
However, users can also enter any other values in the field.
Select Add-on in the Catalog line of the properties window to create the Add-on tab.
In the file selection dialog, select axaddusr.dll from the \client32 OS directory.
The entries in the configuration field are structured as follows:
EXTRA00=GRUPPEN,MULTISELEKTION,FULLUSERNAME
EXTRA01=Value1,Value2,....
In the first row you specify whether the list should also contain all groups, whether multiple selection is possible, and whether the full user name should be used instead of the login name. The required values should be separated by commas.
In the second row you can specify optional additional values for the list. The values should be separated by commas.
Without additional entries the user list opens without multiple selection and with the transferred login name. If you require the user list and other values, enter 'EXTRA00=BENUTZER' in the first line.
The entries of the user add-on cannot be sorted by the user. However, sorting by user name or user description can be defined with a parameter in the configuration field.
SORTCOL1 – sorts alphabetically and ascending by user name.
SORTCOL2 – sorts alphabetically and ascending by full user name.
Example: EXTRA00=BENUTZER,SORTCOL1
The extra entries have to be consecutively numbered beginning with '00'.
For a user list you can reduce the selection to those users who are members of the same group that the user is also a member of. To do so, the following entry must be added to the as.cfg file, located in the \etc directory of the file directory:
[MANDANT]
HideOthers=1
You can add another line to exclude individual users from this function. These users will continue to see all other users:
Exclude=Benutzer1;Benutzer2