Fei Long Posted June 30, 2005 Posted June 30, 2005 Hi, I have created a solution whereby it involved a max limit a person can see. This is the situation. User A is having a max viewing value of 10000. So all the records within the range of 0 to 10000 can be displayed out. Let say I key in a new record where by the value is 20000. How do I make the system where by I can only view the records of 0 to 10000 and the records which exceed the limit that created by my ID ? Thanks.
Wim Decorte Posted June 30, 2005 Posted June 30, 2005 2 ways of doing this: - if your solution is completely scripted (all navigation) then you produce the proper record set as the user goes into a layout. You might want to use SecureFM to take away all menus in this scenario - or, in the user's privilege set, for the Records: set it to "custom privileges". Set the viewing bit to "limited" and enter a calc that dictate what records the user can view.
Recommended Posts
This topic is 7170 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now