Use our Google Custom Search for best site search results.
Browse by Tags
-
In my most recent experience using infopath form publishing to a forms library using a publishing wizard to create a copy(Dev version)of the same list.
I created a dev forms library using the InfoPath form publishing wizard i experienced that if you create a forms library using wizard, any OOTBx columns...
-
I am getting the error "Failed to select the destination node" on my form. Here is the command I am using: Transform /sourceds=RepeatingTableData /destpath=/my:myFields/my:repeatingTable /xsltfile=LastWeeksData.xslt /excluderoot=true /placement=append Here is the error I'm getting: Transform...
-
Hey all! I have built an InfoPath form that when submitted stores to a form library with all the promoted fields, minus the attachment field. I know you cant promote the datatype Binary64 but I need some way to take the attachment and have it list itself under an attachment column along with the other...
-
Hello All, As per the Microsoft norms we can not use more than 8 person or group in our custom list. And my requirement was to place 18 Person or Group field form multi level of approval. So as a cheep trick, I had created a new custom list which contains all the mail IDs & i had used that as LOOKUP...
-
I have two date fields. One is auto populating as Today() in the form and other is the user input. Both are part of the promoted fields to the SharePoint 2010 Form library along with the rest of the columns during the form publishing to a content type. When Form Library is enabled to this content type...
-
I made some changes and saved the file. Now try to open again and I get the following error message Box and unable to open. How can I resolve this? The form definition (.xsf) file contains elements, attributes, or structures that are not valid. Error details: The keyref 'ruleSet_26' does not...
-
Hi! I am a beginner InfoPath user and I am stuck. I have a survey form that lists periodicals for several departments. Some departments can have over 20 periodicals listed. What I've tried to do was create a Summary View to display only those periodicals selected, preferably under their Department...
-
I am currently building a Timesheet form that is to be accessed from a SharePoint site. I have also created a Dashboard form that certain "Form Admins" can use to view and edit all of the submitted Timesheets (which are submitted through the DBXL service). I have built an Admin view into the...
-
Hi, I have a save button that usese the deleteAll method of the FormErrorCollection that clears all errors in an Infopath form. This is to make madatory fields, none manadatoy so users can save a form at any point whilst editing. Is there a way of getting the form errors again without closing and opening...
-
Hello I am trying to access AccountID of people picker in C# code changed event of the field (ApplicantName),; I am getting errors while running the code as its not an object any help would be helpfull thanks XPathNavigator root = MainDataSource.CreateNavigator(); String AccID = root.SelectSingleNode...