Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

<<No Access>> Records not being filtered out.


This topic is 7305 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Ok, this is driving me nuts. I have finnally figured out the "access privledges" thing but when the user logs in, he sees all the other records with the <<No Access>> label on the fields. How do I make it so the user only sees his records and can't "roledex" through the others. I know I could hide the left pane but then The script has to be written so it goes to only the records the user can view. I've tried defining a Global Variable with the Get (GetAccount) and then performing a find in my script but my Find script doesn't let me put a variable in. I can only put in literals. I must be missing something here.

Thanks

Posted

You can perform a scripted find from first principles...

Enter Find Mode []

Set Field [ UserName ; Get ( AccountName ) [

Perform Find []

Posted

Or use a relationship from an unstored calc of Get(AccountName) to UserName and Go to Related Record [show only related, "yourrelationship"], which would probably be faster.

This topic is 7305 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.