Information on Permission and each Object

knmknm Member Posts: 170
I'm currently trying to understand the effect of assigning the available permission to each Object Type in NAV, but am having trouble finding the details from the available documentations provided from Microsoft.

Is there any document that I can find, in order to complete the following information I'm trying to understand?

************************************
  • System
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - ?
  • Table
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - ?
  • Table Data
    • Read Permission
      - Can read the data stored in table.
    • Insert Permission
      - Can insert new data in table.
    • Modify Permission
      - Can modify existing data stored in table.
    • Delete Permission
      - Can delete existing data stored in table.
    • Run Permission
      - ?
  • Report
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - Can execute the report.
  • Dataport
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - Can execute the Dataport.
  • XMLport
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - Can execute the XMLport.
  • Codeunit
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - Can execute the Codeunit.
  • MenuSuite
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - ?
  • Page
    • Read Permission
      - ?
    • Insert Permission
      - ?
    • Modify Permission
      - ?
    • Delete Permission
      - ?
    • Run Permission
      - Can execute Page (i.e. open Page).

************************************

Thank you.

Kenji
Sign In or Register to comment.