SelectValues method
Selects some values in a field, by entering the values to select.
Parameters
| Name | Description | Mandatory | Type |
|---|---|---|---|
| qFieldValues |
List of the values to select. |
Yes | Array of FieldValue |
| qToggleMode |
The default value is false. |
No | Boolean |
| qSoftLock |
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. |
No | Boolean |
Returns
| Name | Description | Type |
|---|---|---|
| qReturn |
true/false Information noteThe operation is successful if qReturn is set to true.
|
Boolean |
See also