1
0
-1
2 answers
- 10-1
Thanks andrew.
I use this code in Edit Category > Configure Bean Shell Permission :
if (employment.getRole().equalsIgnoreCase("SOUS DIRECTEUR")) {
return true;
} else {
return false;
}
But it does not work...
Add your comment... - 10-1
- de villers
see next response...
Add your comment...
Hi !
i want to use "job Title" in a script.
How can i do to get this attibute ? from user or employment ?
is there a get method ?
Thanks
Fred