Salesforce Certified Platform App Builder — Question 211

The app builder at Universal Containers has been asked to ensure that the Country field on the Account object is captured as the two-letter abbreviation.
How can the app builder satisfy this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C because a validation rule can enforce specific formats for field entries, ensuring that only two-letter abbreviations are allowed for the Country field. Option A is incorrect as it involves setting values from an external source, which does not address format enforcement. Option B suggests using a workflow rule, which is not suitable for format validation, and option D also incorrectly proposes using an external data source for setting values.