Hi,
Following on our development with promoting infopath columns into a document library, we found that an integer node, was not in the document library, but if you drilldown to the content type schema it was there.
Well, I found that it is documented in a KB:
Some fields that are promoted as columns do not appear in the columns list in a document library after you publish an InfoPath 2007 form template to a SharePoint Server site as the document library
http://support.microsoft.com/kb/923519/en-us
Hasta Luego!
These (days, weeks, months?) I'm extremelly busy, but I though this is quite interesting. Deploying InfoPath forms with columns promoted programmatically, I found that the documentation is quite poor. So here it is:
If you add to a Content Type a Field with an aggregation function, the options would be:
sum count average min max merge plaintext Converts node text content into plain text.first Applies property promotion and demotion to the first element in the collection.last Applies property promotion and demotion to the last element in the collection.
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfield.aggregationfunction.aspx
Cheers!
I received InfoPath cannot open the selected form, after migrating a form into Visual Studio and trying to debug the project (Preview Form).
I solved the problem, opening the xsf file and choosing to replace with the new version. The problem was related to the duplicate ID of the form.
If you reopen the project, it will work as expected.
Bye!