It stores the selected software to which the measurement of the use of software for the agent profile will be performed.
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Unique Table Identifier |
| software_usage_config_id* | INT | Identifier of the software usage settings to which it belongs. Reference to Table ASM_SOFTWARE_USAGE_CONFIG |
| software_version_id* | INT | Software identifier. Reference to the AAM_SOFTWARE_VERSION.id table |
Primary Key
| PK_ASM_SOFT_USAGE_CONFIG_LIST |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| software_usage_config_id* | dbo.ASM_SOFTWARE_USAGE_CONFIG | id | FK02_ASM_SOFT_USAGE_CONFIG_LIST |
| software_version_id* | dbo.AAM_SOFTWARE_VERSION | id | FK01_ASM_SOFT_USAGE_CONFIG_LIST |