The Document Object

This item maps to the document 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 Document appears in the Miscellaneous group in the right-click context menu.

Properties

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

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

Property

Details

Asset ID

Type: int.

Stores the AssetID as a foreign key to the asset table in the compliance database.

Attached By

Type: nvarchar. Maximum: 256.

Maps to document.UserName in the compliance database.

Contract ID

Type: int.

Stores the contractid as a foreign key to the contract table in the compliance database.

Description

Type: nvarchar. Maximum: 3000.

Maps to document.DocumentDescription in the compliance database.

Document Reference/Path

Type: nvarchar. Maximum: 500. Mandatory: adapters must provide values for this column.

Maps to document.documentname in the compliance database.

It is used (perhaps in conjunction with other properties) as a key for matching existing records there.

Document Type ID

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

Maps to document.documenttypeid in the compliance database.

It is used (perhaps in conjunction with other properties) as a key for matching existing records there.

License ID

Type: int.

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

Purchase Order ID

Type: int.

Stores the purchaseorderid as a foreign key to the purchaseorder table in the compliance database.

User ID

Type: int.

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

Data model version 13.2

2021 R1