Exam PL-200 All QuestionsBrowse all questions from this exam
Question 105

DRAG DROP

-

You are modifying a model-driven app. You set up a customer table in Microsoft Power Platform to retrieve user data.

You set up a form with the following columns for users to enter their data. The form includes the following columns:

The form must do the following:

• The Country/region column must automatically populate with US when English is chosen as a language. If the user selects Other for this column, the column must remain blank so that user can enter a value.

• The Passport expiration date column must appear only if the user selects Yes in the Passport ownership column.

You need to configure the app with the least amount of effort.

What should you configure? To answer, drag the appropriate solution component to the correct requirements. Each solution component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

    Correct Answer:

Discussion
HansomRob

The given answer is correct. Since Country/Region is a multi-select, it cannot be used in a business rule. https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/create-business-rules-recommendations-apply-logic-form?view=op-9-1

CP14

Both should be Business Rule?

kty

Business rules don’t work with multi-select option sets.

b304b2c

was on test May 14 2024 I went with formula and business rule. Scored 866.

ttien

on exam 20/9/2023

HaileleoulG

Correct, Question was on exam, July 02, 2024

jkaur

correct

Kindum

This is completely contradict question the country/region data type is multi selection choice but under description it said if English US else blank and user write on it when use choice, on the other case both are formula to set up else both are business rule Formula for expiration date on Datacard datacrdvalueYES/NO.value = "True" , true, false this is formula

MrEz

right this is weird. because they suddenly invent 'language' is selected. set US. maybe the core point is Business rule cannot set 1 value from a multi-select field. and not every english speaking person is forcibly from the US. and some people speak many languages some people may have several countries some people may have severl passports (even from same county, e.g people tavelling in middle east between israel and other middle east countries prefer to have a separate passport for israel, i have been told.) a passport is usually related to one country. one country can have many offical languages..

Mayah974

It seems correct for me