Prevent creation of sharepoint list record if criteria is met?
I know you can do column data verification for certain data types. But I have a scenario where I want to prevent the creation of a record if certain criteria is met for the record as whole.
example: making a change control share point list. In this example the developer cannot be the same as the tester. If someone accidentally sets the same person for both fields and tries to save the record, it should stop them. How do you do that?
I know you can do column data verification for certain data types. But I have a scenario where I want to prevent the creation of a record if certain criteria is met for the record as whole. example: making a change control share point list. In this example the developer cannot be the same as the tester. If someone accidentally sets the same person for both fields and tries to save the record, it should stop them. How do you do that? Read More