Cloud Kicks (CK) is finding sales reps are inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date. How should the app builder ensure this field is properly filled out before setting the opportunity to closed won? A. ISPICKVAL( StageName ,ג€Closed Wonג€) && ( Scheduled_Ship_Date__c - CloseDate) > 14 B. OR(ISPICKVAL( StageName ,ג€Closed Wonג€) && ( Scheduled_Ship_Date__c - CloseDate) > 14, ISBLANK(Scheduled_Ship_Date__c)) C. OR(ISPICKVAL( StageName =ג€Closed Wonג€) && ( Scheduled_Ship_Date__c - CloseDate) > 14, ISBLANK(Scheduled_Ship_Date__c)) D. ISPICKVAL( StageName =ג€Closed Wonג€) && ( Scheduled_Ship_Date__c - CloseDate) > 14  Suggested Answer: A Community Answer: A This question is in Certified Platform App Builder Exam For getting Certified Platform App Builder 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