Use our Google Custom Search for best site search results.
Browse by Tags
-
I have a way to solve what I need for now, so this is a curiosity with this connection. I have two users with the same name in my organization. Let's say Jane Doe. Both have unique user ids. I first get the logged in user domain\LoginId. Then, I Set the Account Name, Run the Query and Set Employee...
-
Hi All,
How to make one form section required by requiring users to choose at least one of the checkboxes?
I have a form that has several sections but I want the users to choose one of the checkboxes out of a section as mandatory before moving on or submitting the form.
I hope someone can help...
-
Hi Everyone, I'm having a problem with a validation rule that we're using on text fields that we're using for email entry on some forms. We're using the following custom pattern to try and ensure people are entering emails in a standard format, if they don't they get the usual red...
-
Hi all, I'm having an issue with having an InfoPath Form where I have created a data validation rule where the text field will give a validation error unless it does not match one of the patterns below: \d\d\p{L}\d\d\d\-\d\d\-\p{L}\p{L}\-\d\d\d\d (Which gives an example of 00A000-00-AA-0000) or ...
-
FormsViewer Validation XTP This is a template part that allows you to use the GetErrors command in FormsViewer to display validation errors in your form. With GetErrors and GetErrorCount commands, you can easily replace required fields with validation rules. A document is provided along with this XTP...
-
So I have a form that has 4 questions with a yes or no answer. If a question is answered as yes, a sub question asking for detail will appear. I want to make sure that if a question is answered yes, the user is required to complete the detail question, before submitting the record. I believed it would...
-
I found an excellent post here http://www.infopathdev.com/forums/t/26687.aspx that shows how to set validation on a text field such that it only allows (one or more) email addresses (separated by a comma). Like joe@blow.com or joe@blow.com,jane@doe.com I'd like to take this a step further and only...
-
Hello! So I'm completely new to InfoPath so bare with me here. Not much of a hardcore coder or anything. What I want to do is create a form on InfoPath that will ask for a name. Then I want the form to check outlook contacts for validation if the name exists. From there it can auto-populate the other...
-
Hi Everyone, I'm extremely new to Infopath and am hoping this is an easy fix. I currently have a Datepicker field (expected termination date), which has a validation rule dependent on the selection of a drop-down list earlier in the form. The validation seems to be working correctly (red asterisk...
-
Hi, I would like to force users to follow IO 8859-1 (Latin-1) (abcd123*-.. etc. i.e. not Chinese characters). Is this possible? I need to know the best, less "heavy" way to do this since the performance is already on the limit in this form due to constantly expanding requirements... But really...