Hello,
how can you use or read user attributes "... ldap.user.attributes.userdefined" in report scripts?
Hello,
how can you use or read user attributes "... ldap.user.attributes.userdefined" in report scripts?
Hi Marcel,
since ARIS9.7SR2 you can access the user defined UMC attributes of users and user group by the following methods:
String user/usergroup.getCustomAttribute(String sKey)
boolean user/usergroup.setCustomAttribute(String sKey, String sValue)
java.util.Map<String,String> user/usergroup.getCustomAttributes()
Hi Torsten,
tanks for your informations.
We use ARIS9.7SR1 (Education Package) and since there are not these methods. Are there any other ways?