Use our Google Custom Search for best site search results.
Browse by Tags
-
I am wondering if there is a way to email (submit) attachments on a form? Little break down, have form that I want to add option to add attachments to. I have the attachment option on the form, its works, it allows you to attach file to the form. Issue is that when the form is emailed the attached file...
-
Hi Infopath devs Wondering has anyone ever come across an issue where your users both have identical Permission groups on SharePoint but one user can only ever attach one file to the InfoPath browser form and the other user can attach more than one? I have read elsewhere that users should have edit permission...
-
I'm trying to query the attachments of a list record so that they show up in a new record. Is this possible? I don't have use of SOAP or REST or Code. I noticed you can specify "Attachments" when doing a list connection but that doesn't seem to be doing anything. There is no use...
-
I made a rules based validation for this kind of an issue for .pdf extensions The Expression (contains(substring(., 33, 300), "AuAHAAZABm") =False and contains(substring(., 33, 300), "LgBwAGQAZg")= False and contains(substring(., 33, 300), "AC4AcABkAGY")=False ) There are...
-
HI all,
I have an InfoPath form that as 3 attachment controls.
When the form submits to the Library, a workflow runs and I need to upload the attachments to a different document Library.
Does any one know how to extract the attachments from the form? I would appreciate any help or direction....
-
Hi there, I have run into a strange behavior of InfoPath form, I'm using SharePoint & InfoPath 2013. When I attach an InfoPath File Attachment Controller to a form everything is ok in the filler and if the form is in a page, but if (an this is the case of course) I need to use it in a modal form...
-
Hello I am currently working on modifying our existing infopath 2007 forms. One of the requirements is to improve the performance on page load for existing forms that have several attachments. For this particular form, users can attach a maximum of 6 files. The request was, instead of attaching files...
-
Hi I have created an InfoPath Form that has text boxes to store Customer Name, Address, Tel No and also I use a file attachment control to attach the passport information of the customer as a separate document. To upload the attachment to a different document library I have used some managed code. The...
-
I have an InfoPath 2010 web based form (that opens in filler) on a SharePoint 2010 list. Upon submission of the form I want the attachment (which will be some type of Office document) to be READ ONLY. It would be great if it was Read Only to everyone except the initiator, but not sure if that's possible...
-
Hi all, I've a number of previously stable browser based forms that have today developed an error assoicated with attachements. Error message is as follows: Index was outside the bounds of the array. at System.Collections.ArrayList.Contains(Object item)... ( this continues to list nearly 30 other...