QuestionQ95

Metadata API

Universal Containers is considering building a client application with the Metadata API to manage deployments across multiple Salesforce organizations.

Which two use cases describe use of the Metadata API?

Choose two
  • A Perform CRUD operations to manage records in the organization.
  • B Migrate data changes between two organizations using a csv file.
  • C Export current customizations in the organization as an xml file.
  • D Migrate configuration changes between two organizations.
Explanation

Salesforce Metadata API retrieves and deploys customization metadata, which is represented in XML files. It is used to extract an organization’s configuration and deploy configuration changes between organizations; record CRUD and CSV-based data migration use data-oriented APIs or tools instead.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!