Hi,
I am trying to retrieve data from DB on itemchange and populate in other fields of DCT.
The validation JS file is as follows:test is being called on item change.
function test()
{IWDatacapture.callServer('
http://10.143.34.159/iw-bin/test.ipl');}The control is going to test.ipl, and from the IPL, I am able to retrieve the DB values.
When passing back the control back from test.ipl to the JS file using the following code, I am facing problem. The values are not getting populated.
I am using onload 'javascript:parent.getScriptFrame().IWDatacapture.getItem("/campaign1/campaign1/Title").setValue("$title")
Can someone help on this.
thanks
SD.