Created a form based on a Web Service which uses "track changes" to submit a repeating table as a dataset to a web service to handle multiple inserts/updates/deletes all in one web service call.
Decided to convert the form to use Universal Data connections so as to be able to have Live and Test versions using different site collections
All the secondary data connections work fine BUT the "main submit" does not work any more - no records are inserted in the database table
I read somewhere (TOO LATE!) that Web forms do not support "track changes" but I am using Infopath Client. Is it the case that UDC's do not support "track changes" or have I missed something that I can easily fix.
Worst thing is that converting to UDC's is irreversible. Tried unpacking the form and editing the MANIFEST.XSF using Notepad but that would not work either
Anybody got an answer?