Salesforce Certified Development Lifecycle and Deployment Architect — Question 37
Universal Containers (UC) is using custom metadata types to control the behavior of a few of the custom functionalities. UC wants to deploy custom metadata types to production using Metadata API.
Which two data types does UC need to include? (Choose two.)
Answer options
- A. CustomField
- B. CustomMetadata
- C. CustomMetadataType
- D. CustomObject
Correct answer: B, D
Explanation
The correct answers are B and D because CustomMetadata is essential for deploying custom metadata records, while CustomObject is required for any custom objects that the metadata references. CustomField and CustomMetadataType are not necessary for this deployment process.