J
Jeff
Hello all,
I have a custom script setup for my Submit button that is supposed to submit
the data using SOAP. With hard coded values it works fine, but when i start
replacing the hard coded values with references to the form fields it doesnt
work. NOR do I get an error message.
Here is the line of code that i replaced with myField values instead of hard
coding - any ideas what i have wrong? I am building a string variable for
the whole SOAP command and this is the part that i am changing.
<er
BCell er:include=""Column[Name='To']""><er:Content>" &
XDocument.DOM.selectSingleNode("//my:myFields/my:To").text &
"</er:Content></er
BCell>" & _
I originally had this with the hard coding and it worked fine:
<er
BCell er:include=""Column[Name='To']""><er:Content>"Jeff
Reed"</er:Content></er
BCell>" & _
I have a custom script setup for my Submit button that is supposed to submit
the data using SOAP. With hard coded values it works fine, but when i start
replacing the hard coded values with references to the form fields it doesnt
work. NOR do I get an error message.
Here is the line of code that i replaced with myField values instead of hard
coding - any ideas what i have wrong? I am building a string variable for
the whole SOAP command and this is the part that i am changing.
<er
XDocument.DOM.selectSingleNode("//my:myFields/my:To").text &
"</er:Content></er
I originally had this with the hard coding and it worked fine:
<er
Reed"</er:Content></er