Hi,
I am trying to recover a custom attribute ("Nucleo") from user profile but the value is always null...
Could you give me a help?
my code is here:
IKMObject object = env.getTarget();
IKMSession sess = env.getSession();
IKMUser usr = sess.getUserFromUserID(env.getTarget().getCreator().getUserID(), "default_domain", "prodesp");
String idNucleo = usr.getCustomAttributeValue("Nucleo");
What is the possible problem? .
thanks in advance,
Douglas/Paulo.