exam questions

Exam Certified Development Lifecycle and Deployment Architect All Questions

View all questions & answers for the Certified Development Lifecycle and Deployment Architect exam

Exam Certified Development Lifecycle and Deployment Architect topic 1 question 68 discussion

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.)

  • A. CustomField
  • B. CustomMetadata
  • C. CustomMetadataType
  • D. CustomObject
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rufusroffie
1 week ago
Selected Answer: BC
Custom metadata types are not standard Salesforce objects, so they are not classified as CustomObject. While custom metadata types have fields, CustomField is used for fields on objects and not for fields within custom metadata types. Fields for custom metadata types are defined as part of the CustomMetadataType definition. Use CustomMetadataType to deploy the structure (schema) of the metadata type. Use CustomMetadata to deploy the records (data values) of the metadata type. This makes B and C the correct answers.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...