The Software Allocation Object

This item maps to the SoftwareLicenseAllocation object in the FlexNet Manager Suite compliance database.

Behavior in the Business Adapter Studio

When you create new objects in the Business Adapter Studio, the Software Allocation appears in the License group in the right-click context menu.

Properties

The Software Allocation object exposes the following properties in the data model for the Business Importer and the Business Adapter Studio.

Table 1. Data model properties for Software Allocation object (alphabetical listing)

Property

Details

Computer ID

Type: int.

Stores the compliancecomputerid as a foreign key to the Computer table in the compliance database.

Exemption Reason

Type: nvarchar. Maximum: 1000.

Values of Exemption Reason must match those stored in the SoftwareLicenseExemptionReason table of the compliance database.

License ID

Type: int. Mandatory: adapters must provide values for this column.

Stores the softwarelicenseid as a foreign key to the License table in the compliance database.

License Key

Type: nvarchar. Maximum: 400.

Maps to SoftwareLicenseAllocation.keyvalue in the compliance database.

Number allocated

Type: int.

Maps to SoftwareLicenseAllocation.numberallocated in the compliance database.

Status

Type: nvarchar. Maximum: 1000.

Values of Status must match those stored in the SoftwareLicenseAllocationstatus table of the compliance database.

User ID

Type: int. Mandatory: adapters must provide values for this column.

Stores the complianceuserid as a foreign key to the User table in the compliance database.

Data model version 13.2

2022 R1