Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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...
see next response...
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