Hi,
I have a classic ui dialog which is having two fields.One is dropdown with three values another is multifield.
When i select a value in the dropdown, some particular fields should be shown in the multifield based on the selected dropdown value.
I have written listeners for this and is working fine on change of the dropdown value(used selectionchanged listener event). But on load of the dialog, irrespective of selected dropdown value, all the fields are showing up in the multifield.
I have written loadcontent listener event but no luck.
Can someone please help me on this.
Thanks,
Mahi