Salesforce DEV-401 Question Answer
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.
Salesforce DEV-401 Summary
- Vendor: Salesforce
- Product: DEV-401
- Update on: Jul 25, 2025
- Questions: 386