RulesEngineRuleDefinition Table

FlexNet Manager Suite 2020 R1 (On-Premises)

This table stores rule definitions used for consolidating users.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for RulesEngineRuleDefinition table

Database Column

Details

RuleDefinitionID

Type: integer. Key. Generated ID

A unique identifier for the rule definition.

RuleDefinitionName

Type: text (max 128 characters)

Name of the rule.

RuleTypeID

Type: integer

Foreign key to the rule type.

RuleDefinition

Type: text

The rule definition XML used to build the rule statement used by the rules engine.

IsActive

Type: boolean

Whether or not this rule is active for execution.

CreationUser

Type: text (max 256 characters)

The user who created the system landscape.

CreationDate

Type: datetime

The data and time the system landscape was created.

UpdatedUser

Type: text (max 256 characters)

The last user who update the system landscape.

UpdatedDate

Type: datetime

The date and time the system landscape was last updated.

FlexNet Manager Suite (On-Premises)

2020 R1