Select method
Selects field values matching a search string.
Parameters
| Name | Description | Mandatory | Type | 
|---|---|---|---|
| qMatch | 
				 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.  | 
			
			Yes | String | 
| qSoftLock | 
				 Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.  | 
			
			No | Boolean | 
| qExcludedValuesMode | 
				 Include excluded values in search.  | 
			
			No | Integer | 
Returns
| Name | Description | Type | 
|---|---|---|
| qReturn | 
				 true/false Information noteThe operation is successful if qReturn is set to true. 
				
			 | 
			Boolean |