BeaconTarget Table

The BeaconTarget table contains beacon rule targets.

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

Database Column

Details

BeaconTargetID

Type: integer. Key. Generated ID

Unqiue ID automatically assigned to each beacon targets.

Name

Type: text (max 100 characters). Key

Name identifying the target.

Description

Type: text (max 256 characters). Nullable

Name identifying the target.

Internal

Type: boolean. Key

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

Visible

Type: boolean

Can this target be displayed to the user for selection etc. This does not apply to the actual Targets page.