Salesforce Certified Platform App Builder — Question 335

An app builder wants to limit the amount of fields users see when creating a new Opportunity. Once they fill out the required fields and save, the full record page with additional fields relevant to the Opportunity type becomes available.

How could this be accomplished?

Answer options

Correct answer: D

Explanation

The correct answer is D because making the Opportunity type a required field allows the application to automatically determine the appropriate record type and display the relevant fields after saving. Options A and B do not address the initial requirement effectively, while C does not ensure that the additional fields are automatically shown based on the Opportunity type.