Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Workbench
Viewing all articles
Browse latest Browse all 69588

Thought I was in the clear, but ...

$
0
0

I had a hidden field populated with XML. However, I had difficulty getting the XML into a drop down. I got that fixed and I tried to duplicate what I was doing to create another drop down.

 

In the workbench

 

I have created a process which queries a database and retrieves multiple rows named QueryCounties.

 

This is passed to countyXML. I then bind it to the form with

/process_data/formXDP/xdp/datasets/data/form/assignedCounty

 

Then in designer I have created the field assignedCounty to hold the XML.

 

When a check box is clicked it invokes:

 

var address = Page1.commonScripts.getServerName() + "soap/services/COMP/FORM/SubProcesses/QueryCounties";

xfa.connectionSet.CountyPrefill.soapAddress = address

xfa.connectionSet.CountyPrefill.wsdlAddress = address + "?wsdl";

xfa.connectionSet.CountyPrefill.execute(0);

 

I have a Data Connection established called countyPrefill.

 

I am missing something because the text field is blank.

 

Any ideas?

 

 


Viewing all articles
Browse latest Browse all 69588

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>