Agent - Display types

The type in which an agents name will be displayed can be set within a project.

To edit the display types, choose Administration - Agent display types ... from the menu. A window as shown below will open, where you can set the type for every project.

 

Every user has a default project within DiversityAgents. As an administrator, you can set the default projects for every user. The display type for a user is set according to these projects. To edit the default projects, choose Administration - Default projects ... from the menu. A window as shown below will open, where you can set the default project for every user. If the projects are not specified here, the first project the user has access to will be used.

 

Every user can set his default project by choosing Administration - Default project ... from the menu. A window as shown below will open, where the user can set the default project.

 

The tables used for the storage of these parameters are shown below.

 

Description of the tables

Table ProjectProxy

The projects - refers to database DiversityProjects

Column Data type Description
ProjectID int The ID of the project, Primary key
Project nvarchar (50) The name of the project as stored in the module DiversityProjects
AgentNameDisplayType nvarchar (50) The display type of the name of the agent


Table ProjectUser

The projects to which users have access to

Column Data type Description
LoginName nvarchar (50) The login name of the user
ProjectID int The ID of the default project of the user as stored in table ProjectProxy


Table UserProxy

The user logins - refers to database DiversityUsers

Column Data type Description
LoginName nvarchar (50) The login name of the user, Primary key
CombinedNameCache nvarchar (50) A combined name of the user, created on the base of an entry in the module DiversityUsers
UserURI varchar (255) Refers to UserInfo.UserID in database DiversityUsers
ProjectID int The ID of the default project of the user as stored in table ProjectProxy