Salesforce Certified OmniStudio Developer — Question 51
Why would a developer clone an Integration Procedure instead of versioning it?
Answer options
- A. The new Integration Procedure Is replacing stub data.
- B. The new Integration Procedure will be used independently.
- C. The new Integration Procedure uses a Cache Block.
- D. The new Integration Procedure is Chainable.
Correct answer: B
Explanation
Cloning an Integration Procedure allows the developer to create a separate instance that can operate independently, which is necessary when the new procedure has its own unique logic or data requirements. Versioning, on the other hand, is typically used for iterative changes within the same context, making option B the correct choice. The other options do not justify the need for cloning over versioning as they relate to specific features rather than independence.