Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi All,
I have a customised object creation wizard page with an Object picker in it. Based on the value I select in the picker, I want a drop down to be populated below the picker.
Is it possible to capture the onhange eventof the picker and call adatautility to Populate the dropdown?
Any help would be appreciated.
Regards,
Praseeth M
Hi,
If that Picker is configured from DataUtility, you can add the on change event JavaScript.
Else Configure the picker using a Datautility and add an "onchange" event. In the JavaScript you set some hidden value. Based on the hidden value you can change the dropdown.
try out...may get any luck..
thanks
