I am using Business Connectivity Services to retrieve data from a third-party application. The BCS solution is built using SharePoint Designer and consumes a WCF service.
I am trying to rertrieve the "Purchase Order" object. This object has an "Items" List and each Item has a department. I am creating a reverse association between the department and a "Department" external content type. When i create this association and then try generating the InfoPath form or refreshing the fields of an existing InfoPath form related to this external list, I get the message that InfoPath encountered an error. No further details or error logs are there.
Once I remove the association, the InfoPath forms work normally again. If the association is at the level of a direct property of the "Purchase Order" itself, not at the level of a sub-item, it also works fine.
I am using InfoPath 2010, and my typical outcome would be to have the External Item Picker displayed inside the repeating table to allow the user to pick a department for each Item under the current Purchase Order.
Any suggestions?
Thank you.