PL-200 · Question #14
You are a Dynamics 365 administrator for a veterinarian clinic. On the client appointment form, there is a dropdown field for clients to select their type of pet If a client selects the option…
The correct answer is D. business rule. The correct answer is D (business rule). Business rules in Dynamics 365 are designed for exactly this scenario: applying client-side logic such as showing or hiding fields, setting field values, or validating data based on conditions - all without writing code. A business rule…
Question
Options
- Afiled visibility on the form
- Bbusiness process flow
- Cworkflow
- Dbusiness rule
How the community answered
(29 responses)- A10% (3)
- B3% (1)
- C7% (2)
- D79% (23)
Explanation
The correct answer is D (business rule). Business rules in Dynamics 365 are designed for exactly this scenario: applying client-side logic such as showing or hiding fields, setting field values, or validating data based on conditions - all without writing code. A business rule can evaluate the dropdown field value and conditionally show the text field when 'Other' is selected. Field visibility on the form is a static setting, not dynamic. A business process flow guides users through stages but does not control individual field visibility based on values. A workflow runs server-side and is not suited for real-time, in-form field visibility changes.
Topics
Community Discussion
No community discussion yet for this question.