Use our Google Custom Search for best site search results.
Search
-
I have developed an Infopath 2013 browser enabled form, this is a very big form. This form has been configured to Form Library after deploying to Central Admin. And it is hosted inside a sharepoint site page thru page viewer webpart. After submitting the data thru data connection, the form get opened along with data, I can say form is working ...
-
Following the below two links I am trying to call the nintex webservice to complete the nintexflexi task response from infopath form itself, after following each step correctly when I open the infopath form, it gives the below error message,though both the links are enough confident that it should work. Could somebody please help me why ...
-
I have few infopath optional field those data type is "Double". These fields are not mandatory. If user wants, he/she should be able to enter complete number or number with decimal both should accept otherwise should be empty. Using the below custom pattern matching trying to validate, but in this case field is becoming mandatory. How ...
-
I have two repeating table. First repeating table getting data from product table, so all the fileds are readonly. Second repeating table is user entry. So while entering any new row in second repeating table it should check the duplicate record from first repeating table as well as in previous rows entered in second repeating table.
First ...
-
I am modifying the workflow task form in infopath 2013. In the "Complete Task" button I have written the below rules:
1. Sumbit data to sharepoint
2. Close the form.
After clicking on the "Complete Task" button its redirecting to workflow task page again, I want to redirect to root site home page. How can I do ...
-
I am populating infopath repeating table with sharepoint list item. In the list one of the column is
"Approver"(PersonOrGroup) type.
While I am displaying this column(Display Name) in infopath repeating table,
I am getting the below value:
LastName,, FirstName,#,#,#
I want to remove unwanted characters from the display name ...
-
I am reading the term store metadata information from /_vti_bin/TaxonomyClientService.asmx?WSDL webservice to fill the infopath dropdown list.But I am getting the "Object reference not set to an instance of an object" error at the "newNode = nav.Clone();" line. Here is my code:
XPathNavigator mainNav = ...
-
I have various Term Set in manage metadata.There is no relation between one Term Set with another
Term Set.My requirment to populate dropdown list value with the Terms value and implement cascading
in another dropdown list(but as i said there is no relation between two terms value from different Term
Set). How can I implement this? Has anyone ...
-
I want to validate the approvers in "Assigned To" field, so that only the approvers present in "Assigned To" box can approve or reject the document, and other users can not,they will get unathorized access message. This I am planning to do in infopath form load rules. Could somebody please help me out how can I check this ...
-
Hi,
I am working on sharepoint 2013 out of the box approval workflow.While I am clicking on "Approve" button the "Outcome" field of "Tasks" list is updated as "Approved" but while I am clicking on "Reject" button the "Outcome" field of "Tasks" list is not updating which I am ...