Window functionality based on roles

arindamarindam Member Posts: 176
Hi All,

I have a window which I dont want Non-Superuser/Admin to use. So how do I restrict the window functionality based on roles ?

Thanks.
Arindam

Comments

  • garakgarak Member Posts: 3,263
    If it is an Navision windo ;-) you can do following.

    create an variable on form from type record to table "member of"
    Filter there the entry for user and company. If the record that you found doesn't have the Role ID 'SUPER', you can close the form or display an error message.

    Regards
    Do you make it right, it works too!
  • dulamandulaman Member Posts: 73
    Gott im Himmel!!! =D> =D>

    I must be getting older -- What a simply brilliant solution !!
    -- dulaman
    "I don't want to believe. I want to know." (Carl Sagan)
Sign In or Register to comment.