List of questions
Related questions
Question 214 - Certified Platform Developer II discussion
A managed package uses a list of country ISO codes and country names as references data in many different places.. managed package Apex code.
What is the optimal way to store and retrieve the list?
A.
Store the information in Custom Metadata and query it with SOQL.
B.
Store the information in Custom Metadata and access it with the getAll() method.
C.
Store the information in a List Custom Setting and query it with SOQL.
D.
Store the information in a list Custom Setting and access it with the getAll() method
Your answer:
0 comments
Sorted by
Leave a comment first