Table amd Table data objects

freeman_bg
freeman_bg Member Posts: 6
Hello.
I want to ask if someone can tell me the difference between table and table data objects in Navision because every security filter is applying only on table data.

Thanks in advance.

Comments

  • garak
    garak Member Posts: 3,263
    Tabe <- the "structure"
    Table Data <- the datas in the table, based on the table "structure"
    Do you make it right, it works too!
  • freeman_bg
    freeman_bg Member Posts: 6
    So the next question is can i do more specific security by applying permissions on table objects?
  • kine
    kine Member Posts: 12,562
    Permissions on Table objects have effect on what the person can design (change the table definition, remove the table etc.). In most cases you do not need to bother with that...

    Permissions on Table Data objects have effect on what the user can do with the data inside the table... In most cases you are setting this...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • freeman_bg
    freeman_bg Member Posts: 6
    Thanks :) .