Salesforce Certified Service Cloud Consultant — Question 6
Which three are characteristics of Flow? (Choose three.)
Answer options
- A. Elements can be used to pass data to legacy systems.
- B. Elements can be used to update fields in the database.
- C. Apex code must be used to pass data to legacy stems.
- D. Apex code must be used to update fields in the database.
- E. Only one version of a flow can be activated at a time.
Correct answer: B, C, E
Explanation
Option B is correct because Flow allows for the updating of database fields without any code. Option C is incorrect because, while Apex can be used, it is not a requirement for passing data to legacy systems. Option E is correct as only one active version of a flow is permitted at a time, ensuring clarity and control over flow execution.