function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BPrakash1BPrakash1 

The first validation error encountered was "Generic Exception Creator"

HI

Iam trying to change the contact owner to other user

I had changed many of them today but there are few which are showing errors while changing the owner.

I tried by using dataloader and UI

 

The error is like this

There were custom validation error(s) encountered while saving the affected record(s). The first validation error encountered was "Generic Exception Creator".

 

PLease give me some advice i can start working on the fix

 

Thanks

BP

 

Madhan Raja MMadhan Raja M

Hi Prakash,

In your contact object their is a Validation rule that prevents the Contact owner on certain condition. The rule condition is based on more than one field.

Search for Contact Validation's Error message as "Generic Exception Creator" to see the rule condition.

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

Madhan Raja M