nerdexam
Microsoft

PL-100 · Question #24

You create a canvas app named Hardware Order that suggests computer hardware to customers. A value must be entered for the EmployeeID field when creating a new order if the value in the OrderType…

The correct answer is A. Set the scope of the business rule to Entity. D. Use the following condition expression. To enforce that EmployeeID is required when OrderType does not start with 'test', you need two things: (A) Set the business rule scope to 'Entity' - this ensures the rule is enforced at the server/data level, not just on a specific form, which is critical for reliable…

Create business solutions

Question

You create a canvas app named Hardware Order that suggests computer hardware to customers. A value must be entered for the EmployeeID field when creating a new order if the value in the OrderType field does not contain the prefix test. You need to configure the business rule. Which two actions should you perform? Each correct answer presents part of the complete solution. NOTE: Each correct selection is worth one point.

Options

  • ASet the scope of the business rule to Entity.
  • BAdd a Recommendation action and configure it to enter the order type.
  • CSet the scope of the business rule to All Forms.
  • DUse the following condition expression:

How the community answered

(22 responses)
  • A
    77% (17)
  • B
    9% (2)
  • C
    14% (3)

Explanation

To enforce that EmployeeID is required when OrderType does not start with 'test', you need two things: (A) Set the business rule scope to 'Entity' - this ensures the rule is enforced at the server/data level, not just on a specific form, which is critical for reliable validation. (D) Use the correct condition expression that checks whether the OrderType field does not contain the prefix 'test' (the truncated option D refers to this condition logic). Option B is wrong because a Recommendation action suggests values but does not enforce required-field validation. Option C ('All Forms' scope) only applies client-side on forms and does not provide server-side enforcement, making it insufficient for robust validation.

Topics

#Business Rules#Data Validation#Conditional Logic#Power Platform

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice