EN
Español
English
Português
    ASDK_SERVICE

    Contains the information for the ASMS suite service management

    Data model

    Fields

    Field Type Description
    author_id INT Service Author Identifier, reference table AFW_USERS.user_id
    closed_date DATETIME Service Closing Date
    cost_center_id INT Associated cost center ID, reference table ASMS_COST_CENTER.id
    description NVARCHAR (8000) Description of the service
    group_id INT Identifier of the associated default group, reference the table AFW_GROUPS.grou_id
    id* INT Unique Service Identifier
    image_id INT Identifier of the associated image
    image_name NVARCHAR (MAX) Friendly name of the service image
    impact_id INT Identifier of the associated impact, reference the table AFW_CATALOG_CODE.code_id
    income_center_id INT Associated revenue center ID, reference table ASMS_COST_CENTER.id
    modified_date DATETIME Date of modification of the service
    modifier_id INT Identifier of the user who modified the service, references the table AFW_USERS.user_id
    name NVARCHAR (510) Service Name
    ola_id INT Identifier of the associated default OLA, reference the table ASDK_SLA. SLA_ID
    opened_date DATETIME Service Registration Date
    previous_state_id INT Associated previous state identifier, reference table ASMS_STATUS.stat_id
    project_id INT Associated project ID, reference table ASMS_PROJECTS.proj_id
    reason_id INT Identifier of the reason associated with the service state, reference to the ASMS_STATUS_REASON.reas_id table
    responsible_id INT Identifier of the user who owns the service, references the table AFW_USERS.user_id
    sla_id INT Identifier of the associated default SLA, reference the table ASDK_SLA. SLA_ID
    state_id INT Service status identifier, reference the ASMS_STATUS.stat_id table
    type_id INT Service type identifier, (0 = Internal, 1 = External)
    uc_id INT Identifier of the associated default UC, reference the ASDK_SLA table. SLA_ID

    Primary Key

    PK_ASDK_SERVICE
    id

    References

    Column Referenced Table Referenced column Name
    author_id dbo.AFW_USERS user_id FK08_ASDK_SERVICE
    group_id dbo.AFW_GROUPS grou_id FK03_ASDK_SERVICE
    impact_id Bod. AFW_CATALOG_CODE code_id FK02_ASDK_SERVICE
    ola_id dbo.ASDK_SLA sla_id FK11_ASDK_SERVICE
    project_id dbo.ASMS_PROJECTS proj_id FK06_ASDK_SERVICE
    responsible_id dbo.AFW_USERS user_id FK01_ASDK_SERVICE
    sla_id dbo.ASDK_SLA sla_id FK09_ASDK_SERVICE
    state_id dbo.ASMS_STATUS stat_id FK07_ASDK_SERVICE
    uc_id dbo.ASDK_SLA sla_id FK10_ASDK_SERVICE