A custom text field on Account ‘Location’ has a validation rule
if(location__c == null || isblank(location__c), true, false)
This field has been removed from the Account page layout. So error for this field will not be
given when a new account record is being created.

A.
True
B.
False
I choose A
0
0