Microsoft Dynamics 365 + Power Platform Solution Architect (legacy) — Question 2
A client that uses Dynamics 365 Sales has forms with both Business Rules and JavaScript added to handle the business logic on the form.
The form contains logic that cannot be handled by Business Rules. The combination of using both Business Rules and JavaScript is now too complex to maintain.
You need to recommend a simplified form setup so the form can be maintained moving forward.
Which two should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Remove the Business Rules and use only JavaScript.
- B. Evaluate whether complex parts of the logic can be solved by using Power Apps Component Framework (PCF) control. Use Business Rules for the remaining functionality.
- C. Manage the business logic with a Power Apps Component Framework (PCF) control.
- D. Update logic to ensure Business Rules are optimized. Use JavaScript for the remaining functionality.
Correct answer: A, C
Explanation
The correct answers, A and C, suggest removing Business Rules altogether and leveraging JavaScript or using a PCF control to manage complex logic, thus simplifying maintenance. Options B and D still involve the use of Business Rules, which contradicts the need for simplification and could perpetuate the complexity issue.