Hi,
I have created Adobe Interactive forms from Live Cycle designer 8.0 and using it in CRM 2007 scenario.
Now the data is getting downloaded to the form but the Submit/Update functionality is not working
Scenario 1 : I have added Submit button as Webservice change function Data connection and below code is generated in XML for event. This button has control type as Execute and has corresponding web service URL filled.
<execute connection="DataConnection2" executeType="remerge"/>
This triggers the API back in the CRM system when Submit clicked but without any data.
Scenario 2 : I have added another Submit button from WebdynproNative Library with control type as Regular. This generates the event code in XML as
ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
When clicked it does not repond.
Please help with What should be the exact script code in the Submit event.
Thanks