Click or drag to resize

UsersModules

Modules available for users or user profiles.

If the user have the permission to accessAllModules, the information of that table is not then relevant for that user.

`UsersModules` table.

Name

Type

Description

UserProfileId

INT FOREIGN KEY NULLABLE

ID if the user profile

UserId

INT FOREIGN KEY NULLABLE

ID of the user

ModuleGuid

GUID FOREIGN KEY NOT NULL

GUID of the accessible module

DisallowAccess

BIT NOT NULL

Explicitly disallow the access of the module

See Also