Hi there, in this page you have a query to retrieve a list of Projects where a particular group has any permissions.
I hope it helps.
Cheers
Hi Tiago,
I need group names which is not mapped with any permission scheme.
Please help me tom get group names. I dont need project name as output.
Kindly help me to make a query to fetch the groups which is not mapped with any permission scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tiago, your link seems to be broken. Is there any way you could repost this solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With difficulty, because you're looking for negative data.
What you probably need to do is build a list of what groups are used and then subtract it from the list of all groups. You'll need to look through all the project roles, all the permission schemes, all the notification schemes, all the security schemes, any group field data, all the filters and all the gadget definitions to find out where groups are being used. I can't think of an easy way to do any of this in one go.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please help me to find the groups which are not mapped with any permission scheme..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Again, there is no way to do this because you can not search for a negative value.
You need to
Some extra points here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that query i am retrieving project name as the output.
But i need to find the group name which is not mapped with any permission scheme.(ie. Group names i should get as output).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
Please tell me how to link permission scheme with groups with the help of sql query..
This is to fetch the group which is not mapped with any of the permission scheme.
Kindly help me on this ASAP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
In nodeassociation table there is no link between group and permission scheme.
So , how i can make a query ???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Again, get the list of groups, then subtract the list of groups in use from it.
You also need to think through what you mean by "groups used".
If you read the permission scheme table, you can extract lines where you've got "allow permission to group X", but that doesn't cover the use of groups via role. Or group-picker custom field.
It should be easy to change Tiago's SQL to something that will get you the groups in the schemes though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.