merlyn383 Posted October 18, 2004 Posted October 18, 2004 Is there a way to restrict the records that are viewable in a layout based upon set criteria? For example, if I have a table that contains records which contain an employee's ID number that correlates to specific transactions, so that when the employee navigates to a "My Transactions" layout that the only records that can be browsed are the ones that relate to that employee. I know I can set general limits on records based upon privelege sets but that leaves the "<No Access>" in the unavailable records, I would prefer those records to just not be shown. Or, is there a way to make a script atuo-execute upon navigating to a specific layout?
Newbies senior Posted November 18, 2004 Newbies Posted November 18, 2004 I was wondering the exact same thing. Does anyone have any suggestions? What I'm doing now to overcome this is use buttons to go from layout to layout, and have the button perform a script: Perform Find [], Go To Layout []. This will work for now, but if anyone wants to use the find feature, I have to make sure they 'Constrain Found Set.'
transpower Posted November 19, 2004 Posted November 19, 2004 The script to navigate to a specific layout could contain an If (GetAccount) <> something, then Exit (or not transfer to that specific layout or go to another which doesn't have the proprietary information). You could add a Custom Dialog explaining the disallowance.
Recommended Posts
This topic is 7310 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