AudienceLayoutLink Table (235)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link between an audience layout and some target grouping table - might be Role or Category
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| AudienceLayoutLink_id | Primary key | PK | |
| audienceLayoutId | The name of the installed instance of Audience - must match the web.config file | FK AudienceLayout | |
| targetTable | Table number of target table - entity that the layout is valid for | TableNumber | |
| targetRecord | ID of record in target table that this layout is valid for | RecordId | |
| comment | A possible user comment when making this link | 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 |
|---|---|---|
| AudienceLayoutLink_id | PK | Clustered, Unique |
| audienceLayoutId | FK | Index |
| targetTable, targetRecord | TableNumber, RecordId | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| AudienceLayout | One layout (of webparts and other stuff) for an audience instance |
Replication Flags
- None
Security Flags
- No access control via user's Role.