Table that stores apps authorized for Chat
Data model
Fields
| Field | Type | Description |
|---|---|---|
| code* | INT | Application code, composite key UX_AFW_CHAT_APPLICATION |
| id* | INT | Unique identifier |
| name* | VARCHAR (200) | Name of the linked application |
| tenantid | INT | Application tenant code, composite key UX_AFW_CHAT_APPLICATION |
Primary Key
| PK_AFW_CHAT_APPLICATION |
|---|
| id |