Universal Containers wants to ensure that the following opportunity fields are present on each record at the negotiation/review or won stages: * Amount (Currency) is populated. * The Ready to Close (Checkbox) must also be true. Which validation rule error condition should the administrator configure to meet these requirements? A. AND(OR(StageName = "Negotiation/Review", StageName = "Closed Won"),OR(ISBLANK( Amount ),Ready_to_Close__c = FALSE)) B. AND(OR(StageName = "Negotiation/Review", StageName = "Closed Won"),OR(ISBLANK( Amount ),Ready_to_Close__c = TRUE)) C. AND(OR(ISPICKVAL(StageName, "Negotiation/Review"), ISPICKVAL(StageName, "Closed Won")),OR(ISBLANK( Amount ),Ready_to_Close__c = FALSE)) D. AND(OR(ISPICKVAL(StageName, "Negotiation/Review"), ISPICKVAL(StageName, "Closed Won")),OR(NOT(ISBLANK( Amount )),Ready_to_Close__c = TRUE)) Â Suggested Answer: C Community Answer: C This question is in Certified Advanced Administrator Exam For getting Salesforce Certified Advanced Administrator Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer