How to change field value based on drop down field

Hi,

I want to change a field value in the editor screen which also have a drop down field in it.
So , every time when I select any value from drop down list, the other field value automatically change based on some logic.

Thanks,
Saurabh

Hi,

One way is to use datasources: for example, the datasource attribute of your lookupField, and a listener for it.
Another way: ValueChangeListener.

1 Like