Inventory Object: RelatedInstalledInstallerEvidence

FlexNet Manager Suite 2020 R2 (On-Premises)

RelatedInstalledInstallerEvidence objects are uploaded to the ImportedRelatedInstalledInstallerEvidence table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

The ImportedRelatedInstalledInstallerEvidence table holds parent-child relationship between installer evidence.

Attributes are listed here in alphabetical order.

Property Attributes Notes
ChildExternal ComputerID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the computer that the installer evidence is installed on.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ChildExternal InstallerEvidenceID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the installer evidence.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ConfidenceLevel Unsigned integer (int). May be null.

Confidence level for each bundled installer evidence (as a percentage).

IsCharged Boolean (0 or 1). Mandatory. Database key.

The identifier used in the source connection to determine the pricing relation between parent and child installer evidence (specifies if it is charged = 1 or free = 0).

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ParentExternal ComputerID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the computer that the installer evidence is installed on.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ParentExternal InstallerEvidenceID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the installer evidence.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.

FlexNet Manager Suite (On-Premises)

2020 R2