QuestionQ100

Understanding Packages

What are three benefits of the package development model?

Choose three
  • A Eliminating the need of using change set, which should no longer be used as it can get messy working with package development models.
  • B Providing its own source control, so the source can be deployed in any sandbox orgs.
  • C Improving team development and collaboration.
  • D Facilitating automated testing and continuous integration.
  • E Significantly reducing the need for manually tracking changes.
Explanation

The package development model supports collaborative, source-driven development and continuous integration/deployment. It uses packaged metadata for deployment, so changes do not need to be manually tracked.

Learn more

Community Discussion

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