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.

🎲 Try a Random Question  |  Total Questions in Quiz: 63  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
DEV-401: Building Applications with Force.com and Visualforce — practice the complete quiz, review flashcards, or try a random question.


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.