Dynamic List form element.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
credentialsId | long | element | 0/1 | Gets the credentials id. | |
executable | string | element | 0/1 | Gets the executable. | |
fallbackValue | string | element | 0/1 | Gets the fallback value. | |
scriptArguments | string | element | 0/1 | Gets the script arguments. | |
scriptContents | string | element | 0/1 | Gets the script contents. | |
timeout | int | element | 1/1 | Gets the timeout. | |
uuid | string | element | 0/1 | Gets the uuid. | |
Properties inherited from RequestFormElement |
|||||
formType | FormElementType | element | 0/1 | Gets the form type. | |
label | string | element | 0/1 | Gets the label. | |
mandatory | string | element | 0/1 | Checks if is mandatory. | |
value | string | element | 0/1 | Gets the value. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<RequestFormDynamicListElement xsitype="..."> <uuid>...</uuid> <scriptContents>...</scriptContents> <scriptArguments>...</scriptArguments> <executable>...</executable> <fallbackValue>...</fallbackValue> <timeout>...</timeout> <credentialsId>...</credentialsId> <label>...</label> <mandatory>...</mandatory> <formType>...</formType> <value>...</value> </RequestFormDynamicListElement>