How to make dependent Attribute between Enumeration and String Field
How to make dependent Attribute between Enumeration and String Field
Ex: there are two Attribute one is Enumeration (Values are "Yes" and "NO") and another is String type Attribute. so condition is when user1 select "yes" in enum attribute then only another string type attribute get enable to enter the text
if user 1 select "No" , string type attribute should not get enable to enter the text.
One answer
Dependent attributes are something different from what you describe above. I would really suggest to try to get the terms right. What you want is to make an attribute read only or writeable. You can do that based on the attribute customization read only on condition. The condition would be JavaScript. See https://rsjazz.wordpress.com/2022/11/25/ewm-attribute-customization-introduction/