QuestionQ3

Build business application logic and automation

A company is rolling out consistent data validation across multiple forms.

The company has the following business-logic requirements:

  • Enforce validation across multiple forms.
  • Minimize duplication of logic.

You need to implement the business logic.

Which three approaches can you use? Each correct answer provides a complete solution.

> NOTE: Each correct selection is worth one point.

Choose three
  • A Business rules
  • B Power Fx functions
  • C Automated cloud flows
  • D Client scripting
  • E Instant cloud flows
Explanation

Business rules can be scoped so that the same rule applies across all forms and can validate data with error messages. Reusable Power Fx validation functions can centralize validation logic for forms that call them. Client-side JavaScript packaged as a script web resource can be attached to form events, so one implementation can apply validation behavior across forms. Automated and instant cloud flows do not provide the interactive, shared form-validation mechanism required here.

Learn more

Community Discussion

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