MB-200 Exam QuestionsBrowse all questions from this exam

MB-200 Exam - Question 26


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?

Show Answer
Correct Answer: A

To create a dynamically visible field based on a condition in Dynamics 365, you should configure a business rule. Business rules allow you to implement logical decisions directly into the form without needing custom code. In this scenario, a business rule can be used to show or hide the text field based on whether the Other option is selected in the pet type dropdown. This ensures the field appears dynamically as required by the condition. Workflows and business process flows are not suitable for this real-time interface change, and simply configuring field visibility on the form would not allow for the dynamic nature required by the question.

Discussion

33 comments
Sign in to comment
Beatriz_Varela
Aug 29, 2019

This is a Business rule (A)

larry456
Nov 1, 2019

this is all wrong whoever made this should be put in prison

Abdullah1993
Jan 1, 2020

LOOL!! some of these answers are horrendous and i agree with Larry456.

sabrinaoku
Jul 9, 2020

I agree :D I really have something to say to the author of those questions!

sabrinaoku
Jul 9, 2020

I agree :D I really have something to say to the author of those questions!

KeithCachia
Aug 29, 2019

Option D is not correct (as for most of the solutions)... The correct answer should be business rule as this will allow for the manipulation of field visibility. This can be confirmed by the URL provided in the solution since it states Business Rules.

Emdy
Sep 18, 2019

Exactly...Business Rule should is the option

FahadShaikh
Dec 4, 2019

in Exam question: I think the correct answer is Business Rule. When we say configure field visibility on the form, I can either turn the visibility On or Off for a field on the form. That is part of the solution. On the other hand using a Business Rule, even if a field's visibility is On by default, I can set if Off and turn it On again based on a criteria. That will give me the entire solution.

TobyN
Nov 1, 2019

I think I got it: MS official recommendation is to set the field to not visible by default when you have to use it in a business rule. I saw that in the MS Learn portal...

JT1990
Jan 29, 2020

These exams are idiotic

BDXYZ
Mar 19, 2020

The question says "You need to create a dynamically visible field", you can only do that with a business rule or JScript and JScript isn't an option. It is 100% A (Business Rule).

eduarddalm
Nov 1, 2019

D is correct you should configure field visibility using a business rule, not configure a business rule

cleon
Dec 9, 2019

You are assuming that a functionality already exists (either by business rule or JS), when the scenario mentions "the veterinarian wants". For me, option A is the right one.

asdadwww
Jan 9, 2020

D is correct. The question is asked about what to configure other than what to create. Configure means something exist but not meet the requirement. Create means not exist we need to create a new one. Surely set a business rule can reach the goal. However, again, "Configure", means something is there. If there is a business rule controlling the visibility of field, the goal is reached already. We don't need to configure anything anymore. We cannot configure something not exist.

Anonymous
Jan 14, 2020

"Configure the existing business rule feature" should help you with your confusion..

Hendrikdb
Aug 4, 2020

Your explanation is completely far fatched: https://www.dictionary.com/browse/configure To Configure means to set up or to put together. Even without a dictionary I know that "configure a business rule" means to create a business rule (So Option A is 100% correct). Also stop confusing people with these complex reasoning while questions are hard enough as it is....

Anonymous
Jan 14, 2020

"Configure the existing business rule feature" should help you with your confusion..

Hendrikdb
Aug 4, 2020

Your explanation is completely far fatched: https://www.dictionary.com/browse/configure To Configure means to set up or to put together. Even without a dictionary I know that "configure a business rule" means to create a business rule (So Option A is 100% correct). Also stop confusing people with these complex reasoning while questions are hard enough as it is....

asdadwww
Jan 9, 2020

D is correct. The question is asked about what to configure other than what to create. Configure means something exist but not meet the requirement. Create means not exist we need to create a new one. Surely set a business rule can reach the goal. However, again, "Configure", means something is there. If there is a business rule controlling the visibility of field, the goal is reached already. We don't need to configure anything anymore. We cannot configure something not exist.

Anonymous
Jan 14, 2020

"Configure the existing business rule feature" should help you with your confusion..

Hendrikdb
Aug 4, 2020

Your explanation is completely far fatched: https://www.dictionary.com/browse/configure To Configure means to set up or to put together. Even without a dictionary I know that "configure a business rule" means to create a business rule (So Option A is 100% correct). Also stop confusing people with these complex reasoning while questions are hard enough as it is....

Anonymous
Jan 14, 2020

"Configure the existing business rule feature" should help you with your confusion..

Hendrikdb
Aug 4, 2020

Your explanation is completely far fatched: https://www.dictionary.com/browse/configure To Configure means to set up or to put together. Even without a dictionary I know that "configure a business rule" means to create a business rule (So Option A is 100% correct). Also stop confusing people with these complex reasoning while questions are hard enough as it is....

HassanSarhan
Jun 1, 2021

came in PL-200 and the answer is : (A) Business Rule

KAL18
Dec 6, 2019

I think A is correct. You can't create a dynamically visible field just by configuring the field visibility on the form.

slmkrdy
Mar 12, 2020

This is a question that deliberately wants you to fail. I think both A and D are correct accordingly. Its just a matter of perspective. You can configure a field to be dynamically visible but first you need to create a field that is unvisible by default. Sick question

Luthercrop
Jun 11, 2020

The correct answer is D. Field visibility configuration on the form will come first. The field must not be visible on the form by default and should only be set to visible using a BR upon the option other being selected on the form. So first action is to set field visibility on form to not visible by default.

DY992
Jun 15, 2020

"You need to create a dynamically visible field." So no... D cannot be the answer.

Luna18
Aug 17, 2021

I had to create a similar BR for my organization and no, you don't have to set visibility on the form first. That's what the BR does. I just put the first condition to be "IF - field X does not contain data then Hide field Y" so when a new record is created, it's hidden by default and will only show if they choose "Other" value on field X

Jewel187
May 7, 2021

The question also appears in the PL-200, and the correct answer proposed there is Business Rule as well.

daniel1102
Dec 15, 2019

it makes sense to set the field on the form to hide by default. The field should only be visible if another field contains the value other. Here's the question of what to set and not create. so I think answer D is correct

Anonymous
Jan 14, 2020

Answer is A - Business Rule

ClauB
Jan 28, 2020

So, what is the correct answer? or in other words, what is the answer I should select in the exam?

PalSarita
Feb 9, 2020

As per last line "You need to create a dynamically visible field." The correct answer is D. First field should be visible so that you can use Business rules.

esangram
Jul 5, 2020

Correct Answer is A.

mk_dyn365
Aug 20, 2020

From my understanding the answer should be a A , because he has asked for a "Dynamically" visible field.

Wawalerr
Nov 20, 2019

So answer D is correct?

ShawM
Nov 26, 2019

No. I think the correct option is A

arshad
Dec 2, 2019

As business rule doesn't show composite or complex fields such as dropdown so only option is client side field show and hide.

SoMuchConfusion
Dec 29, 2019

I don't believe your reasoning is correct. The dropdown is just an optionset field. In a business rule, you can set a condition based on the optionset field value, and then if it's other, have it conditionally show the text field for the details. A is pretty clearly the right answer in my mind. In fact, D is completely unnecessary as long as your "No" branch off the conditional sets the text field to invisible. D is static, A is dynamic, which is what is needed.

Shamir06
Jan 14, 2020

https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/285409/bpf-field-valdation-with-business-rule/816872--- For Reference .Option D is the answer

HaCha
Feb 6, 2020

Business Rule is correct

No_Doubt
Jun 6, 2020

A- Business Rule is the right answer This is something we do on a daily basis!

Sheryle
Jun 26, 2020

Option A You should use a business rule if you want to create a dynamically visible field. When the business rule condition is met, in this case, when the pet type if Other, the business rule action shows the field on the form

USER16261
Sep 27, 2020

This question has two answers: A - D

Mobellezza
Nov 10, 2020

From my little knowledge I think the answer should be A 1. You will notice that the question carries an "IF" statement, only a Business rule can be configured to meet the "IF" condition 2. Option D states "Configure field visibility on the form", this wouldn't work because you going with this the field can only be visible or not visible, it doesn't solve the problem in question 3. I understand you have to set Field Visibility but not on the form but rather using a business rule, this will meet the condition as stated in the question. So it's A for me.

KenCraw
Nov 16, 2020

I had a similar question come up via Microsoft Learn, and on that the correct answer was matching the one given as the correct example/answer here: (D)

KiranRajput
Dec 3, 2020

A is the correct

KiranRajput
Dec 3, 2020

Configure visibility of field based on option set value, we can do by using custom JS function on change of option set field and the condition field value is Other. But the best way to create Business rule. So A is the correct option

metyh
Feb 26, 2021

the answer is exactly business rule

kailashsahoo39
Sep 6, 2021

The answer is Business rule