Question

Virtusa
IN
Last activity: 6 Apr 2018 19:26 EDT
HTML Gadget "openWorkQueryByHandle" replacement in pega 7.2.2 from pega 6.1
Hi
Application is upgrading from v6.1 to 7.2.2. Drop down On change functionality is not working by using "openWorkQueryByHandle" HTML. If we change the drop down values in UI , below mentioned HTML Source is not working or Invoke\trigger . Please suggest solution for this issue.
For example:
<select style="width:200" name="WorkQuerySelect" id="WorkQuerySelect"
onchange="openWorkQueryByHandle(this.value);this.options[0].selected=true;">
Thanks in Advance .