EN
Español
English
Português
    APM_UPDATE_SETUPPROJECT

    Stores the relationship between an update AND its installation configuration.

    Data model

    Fields

    Field Type Description
    class_type* INT Type of update class.
    created_date DATETIME Date and time when the installation configuration record was created.
    id* INT Unique identifier of the update installation configuration record.
    in_process* BIT Indicates whether the update is currently in the process of being downloaded or installed.
    language NVARCHAR (100) Update download language.
    modified_date DATETIME Date and time of the last modification made to the installation configuration log.
    scan_language_id INT Identifier of the language detected during the device scan, used to relate the update to the system language.
    setupproject_id INT The ID of the distribution project associated with the update.
    update_id* INT The ID of the update to which this installation configuration belongs.

    References

    Column Referenced Table Referenced column Name
    setupproject_id dbo.ASD_SETUPPROJECT id FK01_APM_UPDATE_SETUPPROJECT