Rôles and permissions V.5 SP1

SuperSage77SuperSage77 Member Posts: 101
Hello,

I have some users who have indirect permissions on a Tabledata and I have two Forms on this Table.
They can write into this Table indirectly with a Codeunit.

1) A Form to create records directly
2) A Form to only consulting (No insert no modify).

How can I add a permission to open Form 2 and no open Form 1 for these Users ?

Is it possible to not have a permission on a Form based on a table on which we have indirect permissions to write it.

Thanks for answer.

Rudy

Comments

  • JAYESHJAYESH Member Posts: 290
    Hi,

    As per my Knowledge, Its difficult to set permission for each form for the users. Its time consume.

    What you can do, Create new role, and check before you execute code. You can find persmission and role in to Member Of table.
    JAYESH PATEL
Sign In or Register to comment.