Exam AB-410 Topic 1 Question 23 Discussion
Actual exam question for Microsoft's AB-410 exam
Question #: 23
Topic #: 1
Question #: 23
Topic #: 1
A company uses a model-driven app to enforce data quality standards.
The company requires the following app functionality:
# Ensure users enter a value in a specific column when a condition is met.
# Prevent users from saving the record until they complete the field.
The solution must be implemented without using code or automation.
You need to configure a business rule to meet the requirements.
What should you do?
The company requires the following app functionality:
# Ensure users enter a value in a specific column when a condition is met.
# Prevent users from saving the record until they complete the field.
The solution must be implemented without using code or automation.
You need to configure a business rule to meet the requirements.
What should you do?
Suggested Answer: D Vote an answer
The business rule should use Set requirement level to make the target column Business Required when the stated condition is true. In a model-driven form, this prevents the record from being saved until a value is entered, and the requirement can be returned to Optional when the condition no longer applies. Show recommendation presents advisory guidance that a user may ignore, so it cannot enforce completion. Set field visibility only controls whether a control is displayed. Set default value supplies an initial value but does not guarantee that a valid value remains or that the user cannot clear it. The rule should be scoped to the intended table or form and should include both the true and false paths so requirement level does not remain incorrectly set after values change. If the rule must govern updates through APIs as well as forms, the designer must confirm that the selected scope and action provide server-side enforcement for the scenario. The Study Guide explicitly lists "configure business rules." Option D is the declarative, no-code action that implements conditional mandatory data entry and blocks the form save until the requirement is satisfied.
Study Guide reference/topic: "Implement business and process logic - Configure business rules." AB-410 Study Guide | Microsoft Learn technical reference
Study Guide reference/topic: "Implement business and process logic - Configure business rules." AB-410 Study Guide | Microsoft Learn technical reference
by Lawrence at Jul 31, 2026, 02:40 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).