nerdexam
Microsoft

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…

Create apps by using Microsoft Power Apps

Question

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 Other, the veterinarian wants a text field to appear so that additional details can be added. You need to create a dynamically visible field. What should you configure?

Options

  • Afiled visibility on the form
  • Bbusiness process flow
  • Cworkflow
  • Dbusiness rule

How the community answered

(29 responses)
  • A
    10% (3)
  • B
    3% (1)
  • C
    7% (2)
  • D
    79% (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

#Business Rules#Form Logic#Dynamic Field Visibility#Model-Driven Apps

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice