LicenseAssocLink Table (238)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Link between ModuleLicense and Associate, for per-assoc licenses; this is how licenses are assigned/consumed
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| LicenseAssocLink_id | Primary key | PK | |
| moduleLicenseId | The license being linked | FK ModuleLicense | |
| assocId | The associate who occupies one instance of this license | FK associate | |
| validFrom | Reserved field: Valid from date | DateTime | |
| validTo | Reserved field: Valid to date | DateTime | |
| licenseNumber | Number of license items occupied by this associate - each module will have to decide on the semantics of this | 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 |
|---|---|---|
| LicenseAssocLink_id | PK | Clustered, Unique |
| moduleLicenseId, assocId | FK, FK | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| ModuleLicense | Module licenses, belonging to one single owner |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- 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.