Hot answers tagged infopath
1
I've noticed that sometimes when publishing a form it forgets the column associations and will create a new column with the same display name but a different internal name. I've made it a habit to check the property promotion settings when publishing a form to make sure it is still using the proper columns in the library.
1
On box "A", both content types are using the same site column.
On dev, each content type is using its own "column1".
Try editing the view of the document library on dev. You'll find two "column1"s on the second set up. If you add both to the view, you'll see that your data is being saved into one (the one attached to your Infopath content type) and not the ...
1
Also note that there is already a ton of javascript that will hinder you from dynamically adding things to the forms elements using jQuery/Javascript. InfoPath forms usually load after everything else since they rely on jSON data which is deeply embedded into the software. I could only "hack" into the fields after the page was loaded by having a button that ...
1
I ran into this same problem the other day. I had a submit button on the form that had Add rules and Edit rules behind it. Turns out the Add rules were firing, then the Edit rules were firing by mistake, and the above message was thrown. Full post with fix on my blog.
Only top voted, non community-wiki answers of a minimum length are eligible