You need to sign in to do that
Don't have an account?

Account ownership change
I have a usecase where owners should not be changed for standarad Account object. I put a validation rule for these. and it works as well.But then came across this statement
If the Mass Transfer tool is used to change the ownership of multiple records, however, validation rules won’t run on those records.
what does it mean? Does it mean if i use mass transfer tool my validation rule will fail?
I should go for a trigger in this case?
If a trigger is there a way to understand the context is 'mass transfer tool' .so that i can trigger only in that context?
Hi NewBie,
"If the Mass Transfer tool is used to change the ownership of multiple records, however, validation rules won’t run on those records"
This line only means that the validation rules will not run on these records at the time of change of ownership.
If you make any other changes to these records, the validation rules will apply.
It doesn't mean that the validation rule will fail.
Hi,
Is there a way to fire a validation rule during a mass transfer using the tool?
Hi Namo,
The Data Loader and the Force.com API version 7 and later run validation rules so you can try updating Account onwers using this application.
http://ap1.salesforce.com/help/doc/en/data_loader.htm
Many Thanks Sonam!!