Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
User has requirement that the time portion of a SharePoint date-time field (as presented in InfoPath form) must be between 8:00am and 2:30pm. So "01/25/2012 08:25:00 AM" would be acceptable whereas "07/12/2011 04:32:00 PM" should be flagged as an error Any thoughts on how to code...
-
You can put a rule on the Submit button that does not allow it to submit a form that has an error, either on that field or any field. You might also consider putting some guiding text indicating that the value must be < 23:59:59
-
I can't get a simple rule validation to work. I'm checking a field to see if it is greater than 0, if it is greater than zero than a value has to be populated from the drop down list. The behavior is that when the field is > 0 than the drop-list shows an "*" so that a selection is...
Page 1 of 1 (3 items)