hi all...
is there a way that every user can only open transaction (Sales quotes, order,invoice,etc...)
only from him/herself...
user A can only open transaction created by user A
user B can only open transaction created by user B
and so on...
please share
thanks
0
Comments
and filter on UserID in onopen form of all forms..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
A wants to see A's Transactions alone
B wants to see B's Transactions alone
C the manager of A,B; who wants to see A,B,C transactions.
The loop continues..
Regards,
Raveendran.BS
C is manager A and B
so C can see what transaction from A,B and C himself
A can't see transaction from B
is there any standard function from NAV?
You have to customize..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
for example for every sales transaction is from sales header
but i think in table , there is no event like in pages/forms for OnOpenForms
or any idea?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
this user only can see their transaction only
maybe we can add some code to filter it in forms
but i just thinking can we do it in table
so we dont have to add code for every sales forms
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
](*,)
That is not true. You can use filtergroup 0. If you are a customer then speak with your partner about this, they can do the analysis and develop a solution for you. If you are with a partner then I assume you are a consultant so speak with a developer in your company about how to do this and together you can design a solution for your client.
actually i am developer but in customer side
in what event in table should i add the code?
because there is no OnOpenForms like in forms or OnOpenPages in Pages
If you are using SQL Database then you can do it by user roles & permission with the help of "Security Filter"
can you explain a little bit more?
where do we put code for this filtering?
I have same problem too. On me, I have to make security roles to read G/L.
So, the scenario is like this :
- User A only can see and read G/L data that is input by him/her
- User A can't see and read G/L data that's input by other user
I have tried by using security filtering. But some not work (e.g for G/L entry), it's because on G/L entry has data that mix input by user A, user B, C etc. When I login as user A and try to see chart of account it's shown message " You can't read G/L entry table".
Anyone can help me? Please
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
For G/L entry table I input the dimension(Global dimension1 that representative the office name of user A, for example K03) in security filtering.
For this table this user can read, insert, modify and delete data (I put all yes)
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
So, any advice, please?