How can we list values in an enum field based on change in another enum field in a custom entity? can we achieve this using formula. Please help me to resolve this issue.
Can we list values in an enum field based on another enum field in a custom entity?
Collapse
X
-
Tags: None
-
you cannot use formula for this, you can use the dynamic logic instead. -
Comment
-
I think its about field visibility. I have tried it. but couldn't find option for changing drop down values based on another drop down change.Comment
-
I believe instead of field visibility you could use the 4th option in the dynamic logic field, condition options. There you can adjust which options will be shown using some condition. You can set this condition to be a field of your own entity being equal to some value.Comment
Comment