URL Table (54)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Unified Resource Locators, URL to contacts, persons or projects.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| url_id | Primary key | PK | |
| contact_id | Relations to possible owners | FK contact | ● |
| person_id | Relations to possible owners | FK person | ● |
| project_id | Relations to possible owners | FK project | ● |
| reserved_id1 | Reserved for potential future owners | Id | ● |
| reserved_id2 | Reserved for potential future owners | Id | ● |
| type | Fixed, predefined list of types | UShort | |
| description | Visible field | String(254) | |
| url_address | URL address | String(1023) | |
| rank | Rank order in lists | UShort | |
| 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 |
|---|---|---|
| url_id | PK | Clustered, Unique |
| contact_id | FK | Index |
| person_id | FK | Index |
| project_id | FK | Index |
| reserved_id1 | Id | Index |
| reserved_id2 | Id | Index |
| url_address | String(1023) | Index |
| rank | UShort | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| contact | Companies and Organizations. |
| person | Persons |
| project | Projects |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- Replicate changes UP from satellites and travellers back to central.
- 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.