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

While importing data using data loader validation rules should be bypassed and for normal users validation rules should be enforced how can you do that?Thx in Advance
While importing data using data loader validation rules should be bypassed and for normal users validation rules should be enforced how can you do that?
Create one checkbox name as 'Data from'(don’t place it in pagelayout), while uploading data from dataloader update this field as 'true'. Execute the Validation rule only when this field is not equal to 'True'
Eg: If(Data_from__c!=True && your condition)