Exam MB-820 All QuestionsBrowse all questions from this exam
Question 16

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: In the MyTable object, add the property InherentPermissions = RI.

Does the solution meet the goal?

    Correct Answer: B

    Adding the property InherentPermissions = RI (Read, Insert) in the MyTable object does not provide sufficient permissions to write, modify, or delete, which are likely needed to resolve the user issues fully. Users need the ability to post sales orders and access list pages, which would require additional permissions that Read and Insert alone do not provide. Therefore, the solution does not meet the stated goal.

Discussion
ivanrlgOption: A

I think the answer is: A. Yes. the solution meets the goal by providing the necessary permissions to resolve the reported issues without creating new permission sets and adhering to the principle of least privilege

kingkayy

I agree.