LowLevelSelect method
Overview
Selects some values in a field, by entering the element numbers related to the values to select.
Parameters
Name | Description | Type |
---|---|---|
qValues | Indexes (or element numbers) of the values to select. | Array of Integer |
qToggleMode |
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. This parameter is mandatory. |
Boolean |
qSoftLock |
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. This parameter is optional. |
Boolean |
Outputs
The following is returned in the output:
"result": {
"qReturn": true/false
}
Information noteThe operation is successful if qReturn is set to true.
Learn more
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!