Use our Google Custom Search for best site search results.
Browse by Tags
-
So I have a SharePoint 2010 List with a InfoPath for m consisting of around 25 columns to be displayed. I also have a Button on the InfoPath which basically does the work of copying all the data of the specified ID back to the InfoPath so that the user can make the necessary changes & submit the...
-
I'm trying to modify this function and was hoping to get some help from the community. How do add a code so when a field state changes, in this case, if a field is checked/selected, it would send me an email alert via my smarthost / smtp server. I tried using Rules and having my email address as...
-
Hi Guys, I would like to ask your help to this scenario below (InfoPath and SharePoint 2013): - I have a SharePoint Library with (xml) items created by a InfoPath form (to simplify my explanation I will call this form as "A"). In this library there is some fields explicit (I've had to promote...
-
Hi Guys, I would like to ask your help to this scenario below (InfoPath and SharePoint 2013): - I have a SharePoint Library with (xml) items created by a InfoPath form (to simplify my explanation I will call this form as "A"). In this library there is some fields explicit (I've had to promote...
-
I need to add a button to submit one section of a multi section form. I need the button to email a section and a second button the then log the form as a whole! I need help with this as I have no idea how to start the code for this.
Thanks
-
Hi, Please help!! I am trying to calculate an SLA time based on another field. I need to add either 4hours and 8 hours to the current time in order to get my target SLA time. The problem I have is that this needs to only calculate during office hours. Monday to Friday from 9am to 5.30pm Does anyone know...
-
Hi, I have a form where it contains a start date and time, and an end date and time. I am trying to work out how long the task was open for based on working days and times... Monday to Friday 09:00 to 17:30. Does anyone know how i could calculate this using jscript code, or any other way? Manny Thanks...
-
Hello there, i still have a problem with this sqrt-stuff. i used the posted code and it works, but not totally how i needed ist. with this code, both fields have the data-type text(string). i would like to keep on working with the squareroots. For example Field1 = sqrt of x and Field2 = Field1 * 3 Is...
-
Hi, I'm currently migrating a number of 2003 developed forms (call them AQG and CAV), which have lots of jscript in them, to IP & SP 2010. The jscript in AQG has a couple of lines of code that opens a new form (CAV) & passes data to it - see below (to maintain the code I'm extracting...
-
Issue resolved! Phew. Good old OE (Operator Error). I was using the wrong namespace for ns2. In design mode I checked the properties dataFields which shows Namespace: http://schemas.microsoft.com/office/infopath/2003/dataFormSolution and I took that and set ns2 to same - wrong. Checking ns2:SharePointListItem_RW...