Question
18
Views
Capgemini
Posted: June 20, 2017
Last activity: April 6, 2018
Closed
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 .