Use our Google Custom Search for best site search results.
Search
-
I played around with the rules a little more and I think I got it working. I had the rules in my submit button after the main database submit. If I move the main database submit after the Qdabra rules it works. Doesn't make sense why that would interfere with the SharePoint submit but it is working now. Thank You for you help!
-
I attached one of the form templates. Thanks!
-
Hi Jimmy - Thanks for the reply. That is what I did above. When I set another field the value = ChangeSubmitUrl /submit=ShPSubmit /url=http://intranet.dci.com/eng/apd/air/4288/Shared Documents
Like I said previously this worked with the trial version, it stopped working when I updated to the full version and reinjected the forms.
-
Sorry about that, I just mistyped that, I do have an equals symbol if the formula.
-
Yes, that is the error in the QdabraRules Error box. I put the changesubmit url in a fx box to verfiy it is correct and everything seems correct. Below is the value:
"ChangeSubmitUrl /submit=ShPSubmit /url-http://intranet.dci.com/eng/apd/air/4288/Shared Documents"
-
I upgraded to the full version and re-injected my forms and now I'am getting the error: "Error occurred trying to get SharePoint Library URL from form" Nothing else has changed besides re-injecting the forms. Any Ideas?
-
I got it to work by using the formula box with the following command: concat("ChangeSubmitUrl /submit=ShPSubmit /url=", DocLibrary)
Thank You!
-
Thanks for the quick response. I tried that as well and recieved the error message below:
An error has occurred executing the rule. Invalid command specified: concat
-
I am able to get the change submit url function to work when hard coding the URL in the string but is it possible to use a field in the form that stores the document library it should submit to?
Example: I am trying to use: ChangeSubmitUrl /submit=ShPSubmit /url=my:myFields/my:DocLibrary where my:DocLibrary contains the ...
-
I am getting the error:
An error has occurred executing the rule. Required parameter unspecified:
xpath
Usage is:
SaveToSharePoint
/url=SharePoint Library
URL
[/dsname=Data Source Name]
/xpath=XPath to
Picture(s) or ...