QuestionQ86

Change Sets

Universal Containers (UC) has developed extensions to Salesforce Service Cloud for its customer service teams by using the change set development model.

Recently, UC acquired a company that develops extensions for an AppExchange app. The acquired company’s development team uses the org development model. The Universal Containers CTO wants both teams to work in a single org and follow the same processes.

Which development model should the architect recommend for the consolidated development team?

  • A Org development model, because the acquired company’s team is already using it, and it is better than the change set development model
  • B Package development model, because it allows packages to be created and deployed using declarative (point-and-click) development tools, without writing code
  • C Package development model, so teams can build release artifacts that can be tested and released independently from artifacts for other projects
  • D Change set development model, because UC is already using it, so it will face less resistance
Explanation

The package development model organizes work into self-contained applications or libraries deployed as a single package. Its modular release artifacts enable a team to test and release one project’s changes independently of artifacts from other projects, supporting a shared, scalable delivery process.

Learn more

Community Discussion

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