Hi guys,
finally I found an Infopath forum with an active user base! That's great!
Here is my first problem:
I have one Sharepoint List containing all projects of a company with some metainformation. Additionally I have a document library, where all project related documents should go. Since I want to put all documents of all projects in there I want to assign related projects to the documents. Normally I would simply add a column to the document library defining it as a lookup on the project name.
But in this case I have to different content types allowed in this document library. One word document (e.g. Statement of Work) and one Infopath form (Checklist). For both the metainformation "related project" shall be mandatory. That works fine for the Word document, the related project column is defined as site column and added to the word content type. When I create a new document I have to choose a related project.
For the Infopath document it does not work. I mapped one field of the infopath form to the same site column "related project". The field within Infopath is a lookup on the same project list like before. However, when I create a new Checklist and choose the related project within Infopath, this information is not written in the related project field within sharepoint. It's empty instead.
Within the Document Library settings, I can verify that both content types have mapped the "related project" column.
I think, I'm missing something here, since I guess it should be possible. One goal of all this is to connect the respective webparts using the related project column.
Cheers Chris