1
0
-1

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

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -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...

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi

        Use "Employment", in the LDAP field "Attribute Mapping - Job Title".

        LDAP Directory Manager

        1. de villers

          see next response...

        CommentAdd your comment...