QuestionQ10

Build business application logic and automation

A company uses a model-driven app.

The company must be able to dynamically control how form components behave as users interact with it. The solution must update the form in real time while the user is using the interface.

You need to enforce client-side behavior dynamically.

Solution: Use JavaScript to dynamically show or hide columns.

Does this solution meet the goal?

  • A Yes
  • B No
Explanation

Model-driven app client scripting can react to form events and use Client API methods to control what is displayed during user interaction. The control.setVisible method shows or hides a column’s control at runtime, satisfying dynamic client-side form behavior. Microsoft Learn: Apply business logic using client scripting in model-driven apps

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!