ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 215 - Certified Administrator discussion

Report
Export

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?

A.
Use a formula as the default value of the warranty Expiration Date field.
Answers
A.
Use a formula as the default value of the warranty Expiration Date field.
B.
Create a formula field to display l year from the warranty purchased.
Answers
B.
Create a formula field to display l year from the warranty purchased.
C.
Add a validation rule to ensure the Expiration Date field is populated.
Answers
C.
Add a validation rule to ensure the Expiration Date field is populated.
D.
Include the warranty Expiration Date field on the mobile page layout.
Answers
D.
Include the warranty Expiration Date field on the mobile page layout.
Suggested 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.

Reference: https://help.salesforce.com/s/articleView?id=sf.formula_using_date_datetime.htm&type=5

asked 23/09/2024
Faqeer Ali
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first