Setup Permissions to each user logins

subhadynamicssubhadynamics Member Posts: 109
Hi All,

We need to do some reports to be seperated Local/ export sales . Currently we are planning to give the permissions to each user logins so that the Local Sales user can see only data with the Sale-Type Local and vise versa.

How i can set the permissions to each logins and filter the data with sales Type..

Thanks in advance

subh

Comments

  • kinekine Member Posts: 12,562
    If you are on SQL, you can use security filters, but it is not so easy to setup them correctly. For me it is better to add the filter in C/AL code in the report based on some setup.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • subhadynamicssubhadynamics Member Posts: 109
    It would be good if you give me some more information and please provide me some Eg .Code also.

    Many thanks

    subh
  • kinekine Member Posts: 12,562
    Are you able to GET some record with some data from some table?
    Are you abel to set Filter over the DataItem in your report?

    If both answers are yes, you are able to filter the data in the report to what you need... ;-) Try to make it yorself first, it is your job, I will try to help you if you have some specific problem with this. And if some answer was no, I recommend to start with Application Designer Guide or with another manual for NAV developers... :wink:
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • garakgarak Member Posts: 3,263
    @sub: Kine means something like this

    viewtopic.php?f=23&t=31511
    viewtopic.php?f=23&t=31083

    it's the same principle.

    regards
    Do you make it right, it works too!
Sign In or Register to comment.