AFLS Web User Registration Table
Data model

Fields
Field |
Type |
Description |
user_id* |
INT |
Web user identifier. |
web_imported_from |
NVARCHAR (200) |
Name of the system from which the web user was imported. |
web_is_imported* |
BIT |
Field to identify if the current web user is imported from another system e.g. ASDK or ASMS |
web_massive_actions* |
BIT |
It allows you to perform mass actions. |
Primary Key
PK_AFLS_USERS_WEB |
user_id |
References
Column |
Referenced Table |
Referenced column |
Name |
user_id* |
dbo.AFW_USERS |
user_id |
FK01_AFLS_USERS_WEB |