You need to sign in to do that
Don't have an account?
fsiddiq3
Create a validation rule for duplicate records
I have created a workflow that merges 2 fields in an object in a seperate field. So for example I have a field that is called Full name that merges First name and last name. What I want to do is to create a workflow that says if the value in Full name already exists, do not let the user save. Any suggestions?
A validation rule can't look at multiple records, only the record you are trying to save. You would have to use a before insert / before update trigger or other add-on AppExchange app to prevent duplicates.
Also, workflows fire after validation rules and won't display error messages since they are behind the scenes.
How about using the recently released free tool from Salesforce for this?
http://sites.force.com/appexchange/apex/listingDetail?listingId=a0N300000016d1OEAQ
Thanks,
Rahul