Use our Google Custom Search for best site search results.
Search
-
Disregard. I had searched for [literal, quotes included] "Owners" and in the manifest.xml it was "Owners" which is why I was not finding any matches. Deleted the ruleset and the world is right again. :)
-
Closing my own post, turns out it was an unrelated issue.
-
Hi all,
Trying to track down the source of one of my error messages when I run my InfoPath form. I made a ton of changes in how the form works and now that I am testing it I keep getting the same error message as my VB code executes.
"Some rules were not applied. InfoPath - A call to XDocument.GetDOM failed. The DataObject ...
-
Hi all,
I have a repeating section with a textbox.
The repeating section has rows added programmatically.
When the code is triggered to programmatically add rows it triggers the Changed handler for one of the fields in the Repeating Section...
No big deal, I'll preface the code with (pseudo code) "If the field's ...
-
Hi all,
My InfoPath form needs to follow these steps when submitting:
1. Query Form library to get max(ID) from the form library, then update "FileID" field on the InfoPath form with the file's ID that it will likely have when submitted.
2. Submit file to Form library
3. Programmatically (using VB) step through 11 ...
-
[quote user="wsinclair"]Hi Hilary, does one have to have VS to adjust the manifest file? Really struggling to get this working especially where setting the field names is concerned (e.g. Field[@Name = "Title"] = Title), no matter what I do it does not allow me to set it like that... I believe I am close but it is the major ...
-
Hi all,
I wanted to reply to this in case anyone trying to get this to work hits a similar brick wall.
I had set up all the rules successfully and it appeared as though the rules were firing off but nothing was being added to the SharePoint list.
Once you set up a Secondary Data Source pointing to your SharePoint list that you want ...
-
Stumbled upon the fix -- I had added a new field to the SharePoint list called "UniqueID" that I had a formula to give it a unique ID based on line # and now() formula. When adding the Set Field = UniqueID[trigger=line] to the business rule I realized that InfoPath/SharePoint is giving the column a different name than the display. So ...
-
Hi all,
I used the excellent post from this site which talks about Codelessly cycling through a repeating table/section and submitting it to a SharePoint list.
I was able to get it to submit new records to the SharePoint list if I only used a subset of the available columns. The problem I'm running into, though, is that I have two ...
-
Hi all,
I have a SharePoint list with about 1,000 "business requirements" that are categorized by Functional Organization (HR, Engineering, Manufacturing, Design, etc) and by Project Tollgate (Initiate, Design, Plan, Execute, etc).
I need the SharePoint list to filter based on the Project Tollgate -- no problem there, I ...