GetField method
Overview
Retrieves the handle of a field.
Parameters
Name | Description | Type |
---|---|---|
qFieldName |
Name of the field. This parameter is mandatory. |
String |
qStateName |
Name of the alternate state. This parameter is optional. Default state is current selections. |
String |
Outputs
The following is returned in the output:
"result": {
"qReturn": {
"qType": "Field",
"qHandle": <handle of the field>
}
}
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!