QuestionQ30

Continuous Integration Techniques

Universal Containers (UC) is using Salesforce CPQ, which relies on configuration SObjects to drive business logic.

Which two best-practice recommendations should an architect propose so that UC can deploy CPQ features as part of its CI/CD process?

Choose two
  • A Use a third-party product
  • B Use data loader to deploy CSV files
  • C Build an Apex framework to deploy CPQ records
  • D Use an open source SFDX plugin and version control
Explanation

Salesforce CPQ’s record-based configuration includes interrelated SObjects for product configuration, pricing, and quote generation. CI/CD therefore needs a repeatable configuration-data migration mechanism that preserves relationships and can be versioned and automated. A specialized third-party deployment product or an open-source SFDX plugin with version control provides that capability; manual CSV loading and a bespoke Apex migration framework are not preferred deployment practices.

Learn more

Community Discussion

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