Back to Issue fields available for synchronization
An option is a possible value for a select list, radio-button or checkbox
Fields
# | Field name | Comment | Object type |
---|---|---|---|
1 | id | Long | |
2 | sequence | Sequence allowing to order the option in a list of options. | Long |
3 | disabled | Boolean | |
4 | parentOption | In case of a child option in a cascade, this value will contain the option of the parent. | Option |
5 | childOptions | In case of a parent option in a cascade, this value will contain all the child option. | Array of options |
6 | value | Text of the option that you can choose from select list | String |
Comments
See Also