yuuvis® RAD Q&A

0 votes
by

I want to check if the current user is a member of a certain rights/security group, but I don't know how to reference a group name with the clause syntax.

More specifically I want to check if the user is the project manager...that's what I tried:

(#GROUPS# In 'PROJECTMANGER') And (#USER# In [Project Manager])

The first Part of the query is the one I am struggling with. There is a rights group which is called "PROJECTMANAGER".

Any help would be appreciated :)
Thanks in advance!

1 Answer

0 votes
by (2.0k points)

Hello!

In what context are you trying to check if the user is in the project manager group or if he has the projectmanager role?

Is it in a form script? In a condition in a role? Somewhere else?

Sincerely,
Yannick

...