Read-only Form
Comments
-
I am wondering if based on a Rule in the Flow, is it possible to set the Form to be read-only or editable?
-
Theres currently no method to set the whole Form as read-only.
We do have the Initially Enabled property under the Behaviour properties of the Container the Form resides on. This can be used to disable the Container making the Form to become read-only.
You can define this property as a constant value or as a Boolean value which gets its input from the Flow.
[img]https://i.imgur.com/eufzerW.png[/img]
Depending on the value set/passed, your Form content would become editable or read-only.
[i]edited by kshitij@decisions.com on 7/5/2019[/i]