Salesforce Certified Platform App Builder — Question 334

Universal Containers uses a custom picklist called Account_Region__с on the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities.

How should an app builder create this solution?

Answer options

Correct answer: D

Explanation

The correct answer is D, as a cross-object formula field allows you to pull information from related records, making the Account_Region__c value visible on Opportunities. Options A and B do not provide a way to display the value on Opportunities, and option C would not directly link the picklist value to Opportunities.