Salesforce Certified Development Lifecycle and Deployment Designer — Question 11
Universal Containers is using Salesforce for Order Management and has integrated with an in-house Enterprise Resource Planning (ERP) system for order fulfillment. There is an urgent requirement to include a new order status value from the ERP system into the Order Status picklist in Salesforce.
Which two considerations should be made when addressing the above requirement? (Choose two.)
Answer options
- A. Existing Apex test classes may start failing in Production.
- B. Integration with the ERP system may NOT function as expected.
- C. Implement the change in the sandbox, validate, and release to Production.
- D. The change can be performed in Production, as it is a configuration change.
Correct answer: B, C
Explanation
Option B is correct because changes to the picklist can impact the data flow between Salesforce and the ERP system, potentially causing integration issues. Option C is also correct as implementing changes in a sandbox allows for testing and validation before impacting the Production environment. Options A and D are incorrect because the focus should be on the potential integration issues and the necessity of proper testing, rather than on test class failures or making changes directly in Production.