Maintains the selections in the current field while clearing the selections in the other fields.
Parameters:
softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.Stability: locked
Returns the AND mode status of a field.
Stability: locked
Retrieves the number of distinct values in a field.
Stability: locked
Gets the properties of a field.
Stability: locked
Locks all selected values of a specific field.
Stability: locked
Selects some values in a field, by entering the element numbers related to the values to select.
Parameters:
values - Indexes (or element numbers) of the values to select.toggleMode - Set to true to keep any selections present in the list object.
If this parameter is set to false, selections made before accepting the list object search become alternative.softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.Stability: locked
Selects field values matching a search string.
Parameters:
match - String to search for.
Can contain wild cards or numeric search criteria.
The characters <>"~()='[] have pre-defined meanings when used at the start of the string.
To use them, EnableSpecialCharacterEscapingInSearch needs to be enabled and the delimiter \ needs to precede the special character.softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.excludedValuesMode - Include excluded values in search.Stability: locked
Selects all values of a field. Excluded values are also selected.
Parameters:
softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.Stability: locked
Selects all alternatives values in a specific field.
Parameters:
softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.Stability: locked
Inverts the current selections.
Parameters:
softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.Stability: locked
Selects all possible values in a specific field.
Parameters:
softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.Stability: locked
Selects some values in a field, by entering the values to select.
Parameters:
fieldValues - List of the values to select.toggleMode - The default value is false.softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.Stability: locked
Sets a field in the AND mode.
Parameters:
andMode - Specifies if the AND mode applies to the field.
Set this parameter to true to enter the AND mode.Stability: locked
Sets some properties to a field.
Parameters:
properties - Information about the properties of the field.Stability: locked
Toggle selects field values matching a search string.
Parameters:
match - String to search for.
Can contain wild cards or numeric search criteria.softLock - Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.excludedValuesMode - Include excluded values in search.Stability: locked
Unlocks all selected values of a specific field if the target (or handle ) is a field.
Stability: locked
Clears the selections in a specific field.
Stability: locked