cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How to capture the onChange event on a Picker?

praseeth.moothe
1-Newbie

How to capture the onChange event on a Picker?

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

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

Top Tags