Use our Google Custom Search for best site search results.
Search
-
Also - here is a command overview for qRules that has additional info - some of this is intended for the old version that was added to InfoPath forms, but should still be helpful: https://www.infopathdev.com/files/folders/qrules/entry90746.aspx
-
Here's a forum blog post that is more about images, but has the general command syntax info, as well as info on how to add the attributes: https://www.infopathdev.com/blogs/mel_balsamo/archive/2017/09/05/how-to-save-images-to-sharepoint.aspx
You could also check our YouTube content - this command has been around for a while, so some of what ...
-
In FormsViewer, you can use the SaveToSharePoint command, which will save the attachment to a specified library and replace it with a link in the form. This really helps with form size - smaller XML files open more quickly! In terms of how to get attachment data from the base64 for InfoPath, I've used a custom logic app for that. You can find ...
-
Yes, that's correct - good job figuring that out. That lets you test with your existing data without turning FV Extensions on for the list or library before you are ready.
-
I should add - you could also use the SubmitToSharePointList functionality in FormsViewer to update this data after submitting. It is a little tricky because the mapping tool doesn't currently support libraries, but I can give you a hand with that if you need it. Then you don't have to worry about the Flow polling lag! :)
-
Unfortunately, this is not supported for promoted properties. If you are using SharePoint Online, you could use Flow to set your person group - promote the account id and then with a Flow on the library, populate the person column using that information. The only downside of this approach is that you will be dealing with the polling lag in Flow - ...
-
Hi - is this a list form, or a library form? Sometimes with promoted properties, it can be tricky to get them squared away - so if a library form, I'd probably remove both fields and republish. Check the library to be sure the columns have been removed. If they haven't and this is a new form / library, you may just want to try publishing ...
-
It has been many years since I've looked at VBScript for InfoPath... but I'm wondering what happens if you leave that line of code that is resetting the gobjXDocument commented out? I'm curious why that variable is being set and then reset.
-
Right click each radio button and set the value for the radio button to the value you want to send :)
-
You could add a rule prior to the send email rule in the Submit Rules to add the shipment information to the subject line. The sample form is setting the subject field based on the selected equipment - but you could add a single rules before sending the email that has a condition to check that the delivery status is not blank, and if it is not, ...