EN
Español
English
Português
    ASDK_CATEGORY_SERVICE_CLOSED

    Contains information about a closed service, the relationship between a service category and an ASMS service

    Data model

    Fields

    Field Type Description
    category_id* INT Unique identifier of the service category
    is_visible_home* BIT Identifies whether the category is visible on the home console home page, (0 = not visible, 1 = visible)
    is_visible_user* BIT Identifies whether the category is visible to the user (0 = not visible, 1 = visible)
    service_id* INT Related Service Identifier
    status_id* INT Current status identifier related to the category

    Primary Key

    PK_ASDK_CATEGORY_SERVICE_CLOSED
    category_id, service_id