1 Value Type - DAM v4.8.0
- Emilis Bliudzius (Unlicensed)
Determines how the Predetermined values are parsed. Some of theĀ value typesĀ are simply passed on to theĀ searchĀ definition during saving of theĀ search, but otherĀ value types results in some transformation of the Predetermined values.
See Comparison Type - input Type and Comparison Type - Value Type combinations for the relationship between Comparison Types andĀ Value Types.
There are 8 differentĀ value types.
1.1 ItemIdFromItemGuid
Each value MUST be a GUID. The GUID is converted into an item ID.
Allows aĀ single predetermined value.
1.2 BaseIdFromItemGuid
Each value MUST be a GUID. The GUID is converted into a base ID. AĀ base ID is aĀ primary key in aĀ table.
Allows aĀ singleĀ predetermined value.
1.3 MultiItemIdFromItemGuid
Does the same asĀ ItemIdFromItemGuid, except that it can handle 1-manyĀ Predetermined values.
1.4 MultiBaseIdFromItemGuid
Does the same as BaseIdFromItemGuid, except that it can handle 1-many Predetermined values.
1.5 Multi, MultiId, MultiString, String
The Predetermined values associated with theseĀ value types are simply passed on to theĀ searchĀ definition.
Multi,Ā MultiId, andĀ MultiStringĀ allows theĀ user to define multipleĀ predetermined values.
String only allows for aĀ single predetermined value.
Table of Contents: