Salesforce Platform Developer I (legacy) — Question 117
Which two conditions cause workflow rules to fire? (Choose two.)
Answer options
- A. An Apex Batch process that changes field values.
- B. Updating records using the bulk API
- C. Converting leads to person accounts
- D. Changing the territory assignments of accounts and opportunities
Correct answer: A, B
Explanation
Options A and B are correct as both an Apex Batch process and bulk API updates can trigger workflow rules by modifying field values. Options C and D do not activate workflow rules because converting leads and changing territory assignments do not directly result in field value changes that trigger workflows.