SORPublish Table (174)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
SuperOffice reporter data
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| SORPublish_id | Primary key | PK | |
| SORTemplate_id | Owning template | FK SORTemplate | |
| name | Template name | String(239) | |
| nameResId | Resource ID for translatable tempalte names; otherwise 0 | UInt | |
| associate_id | Owner id; 0=SO standard template; 0xFFFFFFFF=owner is Template User (?) | FK associate | |
| cCount | Label template: column count; Calendar Week: work start hour; otherwise unused (0) | UShort | |
| descriptionResId | ResId of description if translatable text | UInt | |
| defaultLabelLayout | Default template ID | FK SORLabelLayout | |
| forceDefault | Don't ask the user if there is a default, just use it | 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 | |
| description | Description text (long) | String(2047) | ● |
| isBuiltIn | Is this row a Standard Report? (reset to 0 if report is edited) | UShort | ● |
| isEdited | Has this (standard) report been edited? This is nice to know during the next upgrade, to avoid trampling on customizations | Bool | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| SORPublish_id | PK | Clustered, Unique |
| SORTemplate_id | FK | Index |
| name | String(239) | Index |
| associate_id | FK | Index |
| defaultLabelLayout | FK | Index |
| forceDefault | UShort | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| SORCriteria | SuperOffice reporter data |
| SORLabelLayout | SuperOffice reporter data |
| SORPublishGroupLink | Link table used for filtering reports by user group |
| SORTemplate | SuperOffice reporter data |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- 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.