Skip to main content
1-Visitor
August 26, 2011
Question

How to capture the onChange event on a Picker?

  • August 26, 2011
  • 1 reply
  • 999 views

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


1 reply

1-Visitor
August 29, 2011

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