Permissions

surajvsurajv Member Posts: 32
I get asked a frequent question which I dont have exact question for.
Everytime I attempt to create a new role I fail.

Can a role be setup so that user can create and modify sale qoutes but only read sales orders?

Comments

  • ppavukppavuk Member Posts: 334
    don't think so. It is the same table.
  • Atanu_BoseAtanu_Bose Member Posts: 8
    Basically Permissions are related to "Tables".
    Both Quotation and Order share the same table. For e.g. Sale Quote and Sales Order share the Sales Line Table.

    Thus giving permission to Sales Line table will give access to both quotation and order
    Atanu Bose
    NAV Functional Executive
  • vaprogvaprog Member Posts: 1,141
    Permissions are based on objects, not tables only (tabledata, actually). However, it is not generally good practice to set access rights to data using forms. Moreover, you cannot set access rights on a form such that read (of the related data) is allowed, but not modification. You needed a second form which is designed to allow read only, and then some way to control, which form to show.
  • ChinmoyChinmoy Member Posts: 359
    What about the "security filters"? Did you try this?
Sign In or Register to comment.