Can I limit permision in form cell for specific role?

jackiesjackies Member Posts: 114
Hi experts! :D

I want to limit the access to edit some cells in forms for specific roles, rather than making the form fully accessible for one role and inaccessible for the other. Is this feasible?

Thanks in advance :D

Comments

  • ufukufuk Member Posts: 514
    No field level security in Navision. You have to code for that.
    Ufuk Asci
    Pargesoft
  • jackiesjackies Member Posts: 114
    Thanks ufuk :)
  • matttraxmatttrax Member Posts: 2,309
    If you don't want to create your own field level security just create separate forms. One is accessible by one role, the other by the other role.

    Pros: No coding, uses standard security.
    Cons: Have to maintain two forms (a slight pain if you make changes)
  • jackiesjackies Member Posts: 114
    Thanks Matttrax :D

    Although I would still need to setup one role to view one form and another role for the other form. Which is what I did now - more or less - removing Form 0 access to the role and adding all forms and filtering those I want to remove from this role.
Sign In or Register to comment.