Updated CR Connect Workflow Configurator User Guide (markdown)

calexh-sar 2021-10-10 17:39:43 -04:00
parent 697e20cf72
commit 6e6d15fc82

@ -185,15 +185,18 @@ For any form field, you can enter a value that will automatically populate the f
### Read-only fields
Fields can be locked so the user won't be able to edit them. If you enter a Default Value in the form field properties panel, that default value will display in the field. If the user has previously-saved task data, it will automatically override default value.
Fields can be locked so the user won't be able to edit them.
| Property > Id | Property > Value (example) |
| ------------- | -------------------------- |
| `read_only` | `True` |
### Read_only_expression
Fields can be locked so the user won't be able to edit them dynamically, i.e., based on an expression.
| Property > Id | Property > Value (example) |
| ------------- | -------------------------- |
| `read_only_expression` | `isReadOnly` |
### Hiding fields