EN
Español
English
Português
    ASDK_ITEM_FOLLOWUP

    Contains information on tracking cases by users

    Data model

    Fields

    Field Type Description
    created_date DATETIME Record creation date
    item_id* INT Identifier of the case being tracked
    user_id* INT Identifier of the user who is following a case

    Primary Key

    PK_ASDK_ITEM_FOLLOWUP
    user_id, item_id

    References

    Column Referenced Table Referenced column Name
    item_id* dbo.ASDK_ITEM id FK02_ASDK_ITEM_FOLLOWUP
    user_id* dbo.AFW_USERS user_id FK01_ASDK_ITEM_FOLLOWUP