LicenseSatlLink Table (239)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link between License and Satellite, for per-database licenses
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| LicenseSatlLink_id | Primary key | PK | |
| moduleLicenseId | The license being linked | FK ModuleLicense | |
| satelliteId | The Satellite who occupies one instance of this license | FK satellite | |
| validFrom | Reserved field: Valid from date | DateTime | |
| validTo | Reserved field: Valid to date | DateTime | |
| licenseNumber | Number of license items occupied by this satellite | UInt | |
| comment | Optional comment field | String(254) | |
| encryptedCheck | Encrypted checksum; tampering will block system usage | String(254) | |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| LicenseSatlLink_id | PK | Clustered, Unique |
| moduleLicenseId, satelliteId | FK, FK | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| ModuleLicense | Module licenses, belonging to one single owner |
| satellite | Definition of Satellites |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- Copy to satellite and travel prototypes.
Security Flags
- Sentry controls access to items in this table using user's Role and data rights matrix on the table's parent.