Salesforce Building Applications with Force.com and Visualforce DEV-401 Question # 60 Topic 7 Discussion

Salesforce Building Applications with Force.com and Visualforce DEV-401 Question # 60 Topic 7 Discussion

DEV-401 Exam Topic 7 Question 60 Discussion:
Question #: 60
Topic #: 7

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


Get Premium DEV-401 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.