exam questions

Exam MB-820 All Questions

View all questions & answers for the MB-820 exam

Exam MB-820 topic 1 question 28 discussion

Actual exam question from Microsoft's MB-820
Question #: 28
Topic #: 1
[All MB-820 Questions]

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: Decorate the event subscriber used for inserting data in MyTable by entering (InherentPermissions(PermissionObjectType::TableData. Database::MyTable. 'R')]
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
5e11cb9
Highly Voted 1 year, 1 month ago
The solution presented here is to add inherent permissions of type "Read". This does not solve the problem of permission errors when INSERTING data. Correct answer should be B "No"
upvoted 18 times
Luca_Martinengo
10 months, 1 week ago
I do not agree, in the quesiton is not specified that the informations are inserted into MyTable. It could be inserted in other tables basing on the info that you read on MyTable. So far for me is correct.
upvoted 1 times
R3freshy
9 months ago
Then you should double check in the question they said "store" records after posted sales order
upvoted 3 times
...
...
...
e3b13ec
Most Recent 8 months ago
Selected Answer: B
Insert is Missing -> Answer B
upvoted 2 times
...
ddc215f
8 months, 2 weeks ago
a table named MyTable to store records. So indeed B is the right answer. Type 'R' does not solve the problem
upvoted 1 times
...
edbb578
8 months, 2 weeks ago
Selected Answer: B
read permission is only a half of the issues .... need insert too ... the answer is "No"
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...