You need to sign in to do that
Don't have an account?
Sandeepbv
Validation on Account when upserting record
Hello,
I want to add Validation on account object when upserting new records. Please suggest how it can be done.
First, I want to check whether that record exists using "key" field(unique).If it exists, and the record has different email than what we have in our record; the system should throw an error with some message.
Second, I want to do same validation as in step 1, but this time with email. When upserting, if the record has same email and different key than what we have in our existing record; the system should not allow the upsert.
I want to add Validation on account object when upserting new records. Please suggest how it can be done.
First, I want to check whether that record exists using "key" field(unique).If it exists, and the record has different email than what we have in our record; the system should throw an error with some message.
Second, I want to do same validation as in step 1, but this time with email. When upserting, if the record has same email and different key than what we have in our existing record; the system should not allow the upsert.
Dont forget to mark as Best Answer if this solves your problem. Thank you !!