Tagged Questions
1
vote
1answer
460 views
Validation of dates in different fields in sharepoint
My question is on validation of dates in SharePoint…
If i have two date fields – start date(& time) and end date(&time). How do i validate these, so that a person cannot pick a time in ...
1
vote
2answers
552 views
How to validate if entered text for a column is in Upper Case
I need to validate if the text entered in a text column is written in UPPER CASE.
1
vote
1answer
4k views
2010 Column Validation Formula
This formula works fine when adding a new list item:
=[Class Date]>=TODAY()+3
Basically ensuring the user selects a date greater than two days away from current date.
I don't want the formula to be ...
8
votes
4answers
759 views
List Validation does not show Error when Conditions are not met
I am using List Validation feature for a list which is working fine i.e. doesn't save the item when condition not met. However, it is not showing the error message which helps to rectify the inputs in ...
2
votes
2answers
1k views
How to make SharePoint fields mandatory conditioned on other fields?
For example, in a workflow task, I might have a master field called "Approve" which, if set to "No", makes it unnecessary to complete the rest of the form (and thus makes them non-mandatory). Is there ...
1
vote
2answers
186 views
SharePoint List Check whether Value is Checked
I am using Windows SharePoint Server 2007. In a custom list, if I have two columns. One has a list of Categories, and the second has a list of Products. So in my Categories Column its a Choice with ...
1
vote
3answers
2k views
Email validation in SharePoint 2010
We have a column of type "E-Mail" and we'd like to attach validation to it so it conforms to the normal regular expression email validations at a specific domain. Is this possible without writing a ...