Use our Google Custom Search for best site search results.
Search
-
Thanks Hilary. We are using a third party tool to migrate from 2007 to 2013 on a new farm. That seemed to have touched and modified some sections within the manifest.xsf files. The error seemed to have gone after manually fixing the migrated manifest.xsf file and republishing it. Though we have a post-migration fix, we are hoping for a fix with ...
-
Thanks Hilary! I have emailed the template.
-
We are testing migration from SharePoint 2007 to 2013.
Following is the error we get when we try to open InfoPath forms with rules existing under @finishedLoading attribute.
Form template: https://spsite2013/sites/acc/PO/forms/template.xsn?OpenIn=PreferClient&NoRedirect=true&XsnLocation=/sites/acc/PO/forms/template.xsn
The ...
-
Thank you Hilary Stoupa, for looking into this issue.
I got the following error while trying to preview the form in design mode on Client 2.
System.Security.SecurityException
Request failed.
at Microsoft.Office.InfoPath.MsxmlNavigator.IsValidNode(MsxmlNode test)
at Microsoft.Office.InfoPath.MsxmlNavigator.MoveToFirstChild()
...
-
We have an InfoPath form with qRules that works fine on existing clients. But, qRules fail to load when the same form is opened on a new Windows 7 client that is imaged from a PC that was never used in our environment before. I didn't get any error as it has both .NET 3.5 and .NET 4.5.1 installed, with .NET Programmability support enabled for ...
-
I am exploring for ways to autopopulate column values while saving a file to a SharePoint Document Library using SaveToSharePoint command. Is it possible by passing the metadata values through SaveToSharePoint command's Argument?
For example, something like...
SaveToSharePoint /url=http://<servername>/MyDocLib ...
-
[quote user="Anson Hidajat"]
Hi there,
You could try using System.Environment.MachineName. This would work for client forms, but might not work for browser forms. I believe in the latter case it would return the server name instead. [/quote] If this is achievable using qRules, I would like to see a new command (with ...
-
[quote user="Mel Balsamo"]
The QdabraRules secondary data source already has a uri attribute that you can use to determine the location of the currently opened XML. It's under QdabraRules > Form > @uri.[/quote] I am able to get the location of the template file (template.xsn) using the @uri attribute, but not the location of ...
-
We have the following setup in our SharePoint environment.A Form Template is published to a Form Library.Data collected through that Form Template is submitted back to the Form Library.Version history is enabled.
The issue that we seem to be having is about users unintentionally saving a copy of the form data locally to their desktop and ...
-
[quote user="swamy"]My requirement is to get local path or Server path from where InfoPath opened.
It should give a path of the form.. It may be different path everytime
This.uri suits my requirement.[/quote] Is this feature included in qRules?
If yes, can someone brief the usage?
If not, will it be included ...