Can validation rules be bypassed when importing data through the import wizard or the data loader?
댓글 12개
Hey Raja.
There are several ways to do this.
1. When you code you can exempt profiles in the validation rule:
Such as
AND (
ISBLANK(EMAIL),
ISBLANK(PHONE),
$
Profile.Name<> 'System Administrator'
)
2. Create a permission set and assign to the related profile. Please check more here:
https://help.salesforce.com/articleView?id=000221057&type=1&sfdcIFrameOrigin=null