Trying to use the DBXL SharePoint mapping to submit to a SharePoint forms library containing a simple folder structure. I use an XML field in the form to determine which folder the form should be saved to and evaluate via an xpath expression. I initially tried to configure this in the DAT as:
SharePoint URL - http://myserver/formlibrary/folder1 - expression: /my:myFields/my:ComponentGroup/my:Folder="Folder1"
SharePoint URL - http://myserver/formlibrary/folder2 - expression: /my:myFields/my:ComponentGroup/my:Folder="Folder2"
SharePoint URL - http://myserver/formlibrary/folder3 - expression: /my:myFields/my:ComponentGroup/my:Folder="Folder3"
ETC.......
I've run into a problem with this approach as DBXL only allows 2 SharePoint mappings. Is there another approach in DBXL that will allow this without exceeding the # of mappings?
In the past I did this via rules to allow InfoPath to submit directly to SharePoint but I'd like to use DBXL if possible.
thanks
Jeff