1
0
-1

I'm using Joget Workflow Enterprise 

The extended currentUser hash variable does not grab the group id when used (#currentUser.groups.id#) 

Please advise on how to grab a specific group ID from screenshot below. Thank you.

 

  1. Hugo

    Hey Kuhan, What are you getting instead? If a user belongs to multiple groups, probably you will get it parsed as "group1;group2;group3". We cannot choose which to and which not to get. Cheers.

  2. Kuhan Raj Santhirasegaran

    Hi Hugo, I'm getting an empty string as the value.

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Works fine on mine. If you are using LDAP, probably you can try to check the mappings of your plugin to make sure that all attributes are properly configured.

    1. Kuhan Raj Santhirasegaran

      I'm not using LDAP. Mapped the directory from a web service. The problem is that the value not being grabbed by using the currentUser.groups hash variable.  

    2. Hugo

      You will need to check your custom directory plugin then since it works by using the default one.

    CommentAdd your comment...