EN
Español
English
Português
    ASMS_PROJECT_GROUP

    It contains the relationship between a project and a group (client/specialist/organizational area)

    Data model

    Fields

    Field Type Description
    calendar_id INT Calendar ID for Project and Group (Specialists)
    grou_id* INT Unique Group Identifier
    profile_id INT Profile ID for Project and Group (Specialists)
    proj_id* INT Unique Project Identifier
    type_id* INT Type Identifier for Project and Group

    Primary Key

    PX_ASMS_PROJECT_GROUP
    proj_id, grou_id, type_id

    References

    Column Referenced Table Referenced column Name
    grou_id* dbo.AFW_GROUPS grou_id FK02_ASMS_PROJECT_GROUP
    proj_id* dbo.ASMS_PROJECTS proj_id FK01_ASMS_PROJECT_GROUP