BeaconRuleAction Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The BeaconRuleAction table contains beacon rule action.

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 BeaconRuleAction table

Database Column

Details

BeaconRuleActionID

Type: integer. Key. Generated ID

Unique ID automatically assigned to each beacon actions.

Name

Type: text (max 100 characters). Key

Name of Action.

Description

Type: text (max 256 characters). Nullable

Description of Action.

NameResourceName

Type: text (max 256 characters). Nullable

Resource for translation of Name column. Foreign key to the ComplianceResourceString table.

DescriptionResourceName

Type: text (max 256 characters). Nullable

Resource for translation of Description column. Foreign key to the ComplianceResourceString table.

Internal

Type: boolean

Is this action used internally, or managed by the user.

FlexNet Manager Suite (On-Premises)

2020 R1