Stores agent profile configurations.
Data model

Fields
Field |
Type |
Description |
enabled_p2p* |
BIT |
Indicates if the P2P option is active |
profile_id* |
INT |
Agent profile ID |
setting* |
NVARCHAR (MAX) |
Json with the configurations |
setting_sections |
NVARCHAR (MAX) |
Json with the information of the active sections in the agent profile |
show_ars_icon* |
BIT |
Indicates whether the ars icon is displayed |
show_icon* |
BIT |
Indicates whether the icon is displayed |
Primary Key
PK_ADM_AGENT_PROFILE_SETTING |
profile_id |
References
Column |
Referenced Table |
Referenced column |
Name |
profile_id* |
Bod. ADM_AGENT_PROFILE |
id |
FK01_ADM_AGENT_PROFILE_SETTING |