A table that stores the projects that will be enabled in per-app chat.
Data model

Fields
Field |
Type |
Description |
active* |
INT |
Indicates whether the project is active, 0 - No, 1 - Yes |
applicationid* |
INT |
Id of the application to which the project will be linked, Foreign Key AFW_CHAT_APPLICATION. Id, Composite Key UX_AFW_CHAT_PROJECT |
codeproject* |
INT |
Project code to enable within the application, Composite Key UX_AFW_CHAT_PROJECT |
id* |
INT |
Unique identifier |
name* |
VARCHAR (100) |
Project Name |
Primary Key
References