landing_page_pin Table (499)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
A pinned selection or entity record on a landing page
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| landing_page_pin_id | Primary key | PK | |
| landing_page_id | The landing page this pin belongs to | FK landing_page | |
| table_number | Table number of the pinned record (selection table number, or entity table number such as contact, person, sale) | TableNumber | |
| record_id | The id of the pinned record in the referenced table | RecordId | |
| 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 |
|---|---|---|
| landing_page_id | FK | Index |
| landing_page_id, table_number, record_id | FK, TableNumber, RecordId | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| landing_page | Per-associate landing page configuration for a given entity type |
Replication Flags
- None
Security Flags
- No access control via user's Role.