Table 17 G/L Table Permissions

ADARTIHSADARTIHS Member Posts: 78
Hi Everyone


Installed : NAV 2009 SP1
DB: SQL
User Interface:RTC


I cannot believe I cannot solve the below problem :(

I need a user to post Sales Invoices without giving them access to read the G/L Entries table? I have tried Read permission of Indirect, but they need Read to post the invoice.
Someone must of had ths issue before.

Thanks

ADARTIHS

Comments

  • herrlutzherrlutz Member Posts: 58
    You have to identiy, which object(s) forces that error by debugger using a restricted login. Then you have to grant read permission to that/these object in the properties of the object.
    Probably the same for write permissions.
  • raveendran.sraveendran.s Member Posts: 119
    Hi,

    There are two ways to handle this.

    1) in Sales Post related Codeunits (80) go to properties. you will find a option call'd Permissions, set permission for g/L Entry as rimd (r-read,i-insert,m-modify,d-delete)

    2) To Post system uses various entry tables and register tables, you cannot stop them without giving permissions. So give full permission to tables and block the permissions at forms,reports & pages.

    I suggest to try the first method.
    --
    Regards,
    Raveendran.BS
  • ADARTIHSADARTIHS Member Posts: 78
    Thanks for your replies.

    After reviewing all your suggestions I removed the premission of PAGE 0 in the ALL role and designed more roles to only show the pages required.

    This seems to be the best way.


    Thanks for your help

    ADRTIHS
Sign In or Register to comment.