EN
Español
English
Português
    AFW_CHAT_PROJECT

    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

    PK_AFW_CHAT_PROJECT
    id

    References

    Column Referenced Table Referenced column Name
    applicationid* dbo.AFW_CHAT_APPLICATION id FK01_AFW_CHAT_PROJECT