Forum Discussion
Steveeast
Jun 26, 2024Copper Contributor
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. examp...
SvenSieverding
Jun 26, 2024Bronze Contributor
Steveeast
You could go List Settings->Validation Settings and enter a Formula like this
=[developer]<>[tester]
(given the two fields are called developer and tester).
But this only works, if both columns are simple columns like "text" or "choice", not for "person" fields
Best Regards,
Sven