You need to sign in to do that
Don't have an account?
Terry_0101
Prevent two fields from being equal
How to prevent a record save if two fields on an object have same values?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
You can create a validation rule that checks if the two fields on the same record are same or not. If they are same then throw an error.
I hope this helps.
Thanks
AR
If you found the reply useful that solves your query then please mark it as best.
Hi Samantha,
In this situation vlookup is a best option in which you can prevent user to save a duplicate record,
below is the link how to create vlookup function.
https://success.salesforce.com/answers?id=90630000000gyFzAAI
As replied earlier, you can create a Validation Rule that checks if the two field values are same and then throw an error.
Thanks
AR