Strange issue with persmission

lavanyaballurgilavanyaballurgi Member Posts: 235
Hello Experts,

Here is a strange issue I am facing.. I have superuser right on NAV 5.0. I have developer's license too (as I can open any table & even modify posted tables like item ledger entry)... Now when ever i try to modify any existing report (even if I add //) & try to save it I face a permission error that says I cant read the so & so table (the Dataitem of that report).
Kindly let me know whats wrong here?

Comments

  • lavanyaballurgilavanyaballurgi Member Posts: 235
    It looks like SQL permission issue...
  • vaprogvaprog Member Posts: 1,141
    Even a developer license has not full permission to every object.
    Check your license permission to the TableData in question in one of the tables "License Permission" or "Permission Range".
    The restrictions mostly affect 3rd party add-ons.
  • lavanyaballurgilavanyaballurgi Member Posts: 235
    Well yes I agree with you on this. But I am able to modify data in the table which I am trying to design. Even tables like ITEM LEDGER ENTRY can be modified so I feel I should be able to design the table too.
  • vaprogvaprog Member Posts: 1,141
    But I am able to modify data in the table which I am trying to design. Even tables like ITEM LEDGER ENTRY can be modified so I feel I should be able to design the table too.

    Don't follow feeling, but check the relevant facts (in one of the two tables I mentioned).

    To be able to modify the table object you need permission to do so on the Table object. Usually the permissions on the Table object and on the TableData object are the same, but not necessarily so.
    In my understanding, to modify a report you need rights to modify the report object and to read data from the tables it uses, but I am not totally sure about exactly what rights are needed on used Table/TableData objects.
Sign In or Register to comment.