Valid Salesforce-Certified-Administrator Dumps shared by ExamDiscuss.com for Helping Passing Salesforce-Certified-Administrator Exam! ExamDiscuss.com now offer the newest Salesforce-Certified-Administrator exam dumps, the ExamDiscuss.com Salesforce-Certified-Administrator exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Salesforce-Certified-Administrator dumps with Test Engine here:
Ursa Major Solar provides a 1-year warranty on all of the panels it installs. Installation details, along with the warranty information, a captured on a custom object called Installation. The installation record is created by the installer from the mobile app. Customers son receive a longer warranty as a way of increasing customer satisfaction when an installation gets delayed or has issues. How should the administrator configure Salesforce to capture the expiration date of the warranty?
Correct Answer: A
Explanation To capture the expiration date of warranty based on installation date and warranty length (1 year by default), the administrator should use a formula as the default value of Warranty Expiration Date field on Installation object. The formula can calculate one year from installation date using DATE function or DATEVALUE function. For example, DATE(YEAR(Installation_Date__c) + 1 , MONTH(Installation_Date__c) , DAY(Installation_Date__c)) will return one year from installation date. Creating a formula field, adding a validation rule, or including Warranty Expiration Date field on mobile page layout will not capture expiration date based on installation date and warranty length. References: https://help.salesforce.com/s/articleView?id=sf.formula_using_date_datetime.htm&type=5