Microsoft Dynamics 365 Business Central Developer — Question 52

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company creates a Business Central app and a table named MyTable to store records when sales orders are posted.
Users report the following issues:
• The users receive permission errors related to MyTable.
• Users are no longer able to post sales orders since installing the new app.
• The users cannot access the list page created in MyTable.
You need to resolve the user issues without creating new permission sets. You must use the principle of least privilege.
Solution: Assign a SUPER permission set.
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The solution does not meet the goal because assigning a SUPER permission set grants excessive privileges, which goes against the principle of least privilege. This may resolve access issues temporarily but does not address the underlying permission errors. Instead, a more tailored approach that maintains appropriate access levels while resolving the specific issues should be taken.