Validation checks that the product design satisfies or fits the intended usage (high-level checking), i.e., the software meets the user requirement. This is done through dynamic testing and other forms of review.
1
vote
2answers
1k views
infopath > How to make sure there is an attachment
Creating a resume upload form where user must upload attachment. On submit button I want to disable submit button if attachments is not present? I added Attachments is not present and this seems to be ...
0
votes
2answers
46 views
Validat Data on Date And Time Column not work on editform.aspx on sps 2010
i have a pronlem on validation on edit mode of list items.
my a simple list have a column named : "StartTime" with date & time type.
and i add this validate rule : "=[Created]<[StartTime]"
it ...
3
votes
1answer
68 views
formula to limit date entries to specific month
In my "time off" custom list I have start date and end date. I want to make the user splits up the entries if the time off spans months. In other words if the entry starts Oct 25 and ends Nov 5 I want ...
2
votes
1answer
215 views
Sharepoint multi-column validation
I've got a custom list that contains multi collumns. The validation is made by a custom contenttype. Now I want a combination of two columns to be unique. Until know I did not found a way to solve ...
0
votes
1answer
33 views
Date field validation in SharePoint 2007
I need to limit the Date field in a SharePoint 2007 list so the users can enter date from today and up to year after. How can i do it?
0
votes
1answer
42 views
How do I stop rules on submit if validation fails?
I have multiple rules on my submit button, which I need to process only if the validation passes. Currently if I have validation errors, the other rules run and change the views and the function on ...
0
votes
1answer
122 views
validating a column based on a value in another column
I have a list which has [Status] and [% Complete] as columns.
In the [% Complete] column, I added a validation rule to pass validation when [Status]="Complete" AND [% Complete]=100, otherwise retunr ...
2
votes
0answers
354 views
dropdown box(sharepoint form field) validation sharepoint 2010
I have a sharepoint form field(look up field), a dropdown box in a list...below is the screen shot
when i type into it it finds the name..
but when i type a text which is not present in the drop ...
1
vote
0answers
67 views
Updating a value of any item in a list based on a selection of bool for one item - jQuery
So I hope this makes sense. I have a column within a list that I want to use as an active flag. There are 5 possible categories and for each category there can only be one active value. So I need some ...
1
vote
0answers
210 views
Validate list item with javascript API
I want to develop a custom datasheet view to edit a list.
I add item through the javascript API. The problem is that the service doesn't control fields value. For example :
- I add an item with a ...
0
votes
0answers
12 views
Reading a specific image rendition programatically returns the original image
I've built a field type that inherits from RichImageField because I wanted to add validation on the width and height of the images referenced in that field. And it's working great.
When I moved to ...
0
votes
0answers
16 views
validation user message is not shown
I've used the validation settings for my document set and it works fine but the problem is that instead of showing the "user message" this error message is appear in case of validation mistakes:
...
0
votes
0answers
121 views
SharePoint 2010 - Survey People Column Validation
Our HR Department uses SP surveys as a way to poll employees on who they feel should be the employee of the year. They requested that the user not be able to select themself as the employee of the ...
0
votes
0answers
247 views
How to use Excel Functions IF and OR in SharePoint 2010?
I am trying to use multiple nested IF() functions combined with the OR() function in SharePoint 2010. In Excel 2010 it works very well, but it is not working inside SharePoint. I already tried to use ...
0
votes
0answers
211 views
jQuery/JS solution: handle closing dialog edit form for new document upload
So I have a dialog that opens from a link on a page. It opens the Upload.aspx and I just simply use the GUID to ensure what library it goes to. After the document is uploaded, the standard edit dialog ...
0
votes
0answers
179 views
List validation using additional lookup column
Here's what I'm trying to do: In our company we have some bookable resources, like laptops and lab machines. All of them can be booked to work on one of our projects created by project leaders. While ...
0
votes
0answers
86 views
Access parent field values from custom field definition
I've got a form that contains different custom fields. During vallidation of field1 I need to know the value of field2.
Does anyone know how to access the field? Or perhabs it is possible to connect ...
0
votes
0answers
309 views
jquery validation and sharepoint/asp.net validation conflict
I am using the jquery validation plugin together with the builtin validation of the peopleeditor in SharePoint.
But if the user does not check the name of input entered, then on postback it is not ...

