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

Master password for only one group


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

Recommended Posts

Posted

I'm trying to write a script that takes users to a file if they are members of a group. works fine using Status(currentgroups) calc. only problem is it won't work for the master password because it belongs to all groups. How do I define an additional master password that belongs to only one of a number of groups?

Posted

quote:

Originally posted by Shane:

I'm trying to write a script that takes users to a file if they are members of a group. works fine using Status(currentgroups) calc. only problem is it won't work for the master password because it belongs to all groups. How do I define an additional master password that belongs to only one of a number of groups?

The master password is a member of every group. Now, what exactly are you trying to do? Are ypu trying to have it so that if the master pw is the one used that the user goes to a layout that no one else can access?

Old Advance Man

Posted

I want a button that takes users to a file if they are members of an appropriate group, including myself should I logon using the master password. I have a script that works for members of certain groups using status(currentgroup)="group Name" or status(currentgroup)="other group Name" or.... and that works. if they are not members of the group then they will not be taken to the file and shown an error message. when I include status(currentgroup)="master group Name" a group that only is used by the master password, I get the error message having logged on with the master PW. I want a password that accesses the entire file that is related to a single group. Is this possible??

Shane

Posted

Use Position(Status(CurrentGroups),"master group name",1,1). Since the master password belongs to all groups, all groups will be returned by Status(CurrentGroups) when you log in with the master password.

This topic is 8399 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.