Microsoft Dynamics 365 Customization and Configuration (legacy) — Question 59
You create a business rule for the Account entity.
The business rule must run when you import account records.
Which two conditions must be true? Each correct answer presents a complete solution.
Answer options
- A. The scope was set to Entity.
- B. The scope was set to Account.
- C. A business rule is active.
- D. A business rule snapshot was successful.
Correct answer: A, C
Explanation
The correct answers are A and C because setting the scope to Entity ensures that the business rule applies to the entire entity, while having an active business rule is necessary for it to execute during the import process. Options B and D are incorrect; setting the scope to Account limits the rule's application, and a snapshot's success does not guarantee the rule's execution.