SearchCriterionValue Table (204)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Criteria storage for Selection and other Find mechanisms
Fields
Name | Description | Type | Null |
---|---|---|---|
SearchCriterionValue_id | Primary key | PK | |
SearchCriterion_id | Owning group | FK SearchCriterion | |
longValue | Value for long type | Int | ● |
doubleValue | Value for double type | Double | ● |
stringValue | Value for String type | String(254) | ● |
rank | Ordering within this group | UShort | |
listTableId | List table ID, 0 if this is not a reference to a list | TableNumber | ● |
listItemId | List item ID: the primary key of the list table identified above, or 0. | 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 | |
valueType | The RestrictionType that describes this value; might vary between values connected to the same criterion | String(128) | ● |
Indexes
Fields | Types | Description |
---|---|---|
SearchCriterionValue_id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
SearchCriterion | Criteria storage for Selection and other Find mechanisms |
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
- No access control via user's Role.