Inventory Object: SoftwareLicenseAllocation

FlexNet Manager Suite 2022 R1 (On-Premises)

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

The ImportedSoftwareLicenseAllocation table holds the links between licenses and end-users which have been retrieved from the source connections.

Attributes are listed here in alphabetical order.

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

The identifier used in the source connection for the license.

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.
ExternalUserID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the license.

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)

2022 R1