Uneditable Field Conditional Logic?

0
Hi – is there a way to add conditional logic to make fields uneditable based on the value of another field? Use case: if user selects “Not Applicable” to a certain field, other fields should be uneditable … Have been searching around and not finding a way unless there are field editable settings I can change via microflow?
asked
4 answers
0

Boolean and enum attributes are supported. Else you could use my ‘editable by condition’ widget from the AppStore:

https://appstore.home.mendix.com/link/app/3160/

With this widget you could use other attributes as well as microflow logic to decide whether to make a container (non)editable.

 

answered
2

Yep, this is available in the properties of the textbox. Look here to see how! 

answered
1

I think this is as simple as using the conditional editability on the input widget.

Right-click → Edit condition for editable → either “based on attribute” or “based on expression” depending on your need

If your first input is an enumeration dropdown, using the “based on attribute” option should get you what you need.

answered
0

I was searching for something other than a Boolean field

answered