nerdexam
Microsoft

MB-820 · Question #49

Drag and Drop Question You create a codeunit that works with a table named Boxes. You plan to filter the records and then modify them. You get an error that you do not have permission to work with…

The correct answer is Permissions =; TableData; "Boxes" =; rm. You've hit your limit · resets 5:20am (America/New_York)

Develop by using AL objects

Question

Drag and Drop Question You create a codeunit that works with a table named Boxes. You plan to filter the records and then modify them. You get an error that you do not have permission to work with the Boxes table. You need to assign the Indirect permissions for the Boxes table to the codeunit. Which four code blocks should you use in sequence to assign the correct permission? To answer, move the appropriate code blocks from the list of code blocks to the answer area and arrange them in the correct order. Answer:

Exhibit

MB-820 question #49 exhibit

Answer Area

Drag items

RMX"Boxes" =TablePermissions ="Boxes"RMrmTableData

Correct arrangement

  • Permissions =
  • TableData
  • "Boxes" =
  • rm

Explanation

You've hit your limit · resets 5:20am (America/New_York)

Topics

#InherentPermissions#indirect permissions#codeunit permissions#table access

Community Discussion

No community discussion yet for this question.

Full MB-820 Practice