Hi All,
could You help? I wanna filter Navison records in some tables by records:
User1 (from User or Salesperson/P..) must see just filtered records where field Salesperson code has value Userr1. User2......
Navision standart ("Security filter" in "Permissions") is not working. SETFILTER in form triggers could be removed by user.
Thanks in advance
0
Comments
If you're using native database you can use the following code in the OnInit-Trigger of the Form:
in this way the user can't remove the filter.
Note: USERID and "Salesperson/Purchaser Code" need the same values, maybe you should synchronise both tables