Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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