Priviliges of groups

Is there a way to check what the priviliges of the group of the user are via a method??

What I want to know is: if user A belongs to Group X…what are the priviliges of Group X on table Z.

Any suggestions?

see the javascript security node in the editor

I must be missing sumhting…
I can’t see anything in the security-node that would get me the priviliges of a user in a group concerning a certain table…
I only see getgroups, make groups, make users etc

As far as I know you have no possibilities of getting the specific privileges on a table, column, form or whatever.

Patrick is right, those things cannot be found, except through the Security form in Developer.

(or you should start to poke around in the Servoy tables, analyse their structure, figure out some way to extract the data and feed it back to the Servoy clients, but I guess that goes a bit beond the point… :D )

I think there are feature request outstanding to enable the security form in the Client. I, at one time, asked to have additional; SecurityNode features, so we could build our own Security Management into the client, offering features to SuperUsers to alter profiles and such.

Paul

tweetie:
What I want to know is: if user A belongs to Group X…

possible with: security.getUserGroups()

tweetie:
what are the priviliges of Group X on table Z.

This is not possible currently but could be added, what whould be the use of that info?