if I know the login in user ID, how do I get his identity?
Thanks
Qiaoyun
if I know the login in user ID, how do I get his identity?
Thanks
Qiaoyun
Some update to this one, cause this post is about a common task everybody needs to solve sometimes.
Even if an Aras employee (Chris "the saint" ) and many other liked my code sample, I wonder if we all have overseen a better solution.
Doesn´t inn.getUserAliases()); do pretty much the same?!?!? Does anyone know more? I am so confused right now.
I know that the question is a little bit old, but in the newer versions you can try this code (for C#)
string userIdentityId = CCO.Identity.GetIdentityIdByUserId(inn.getUserID());
That´s an excellent one - thank you!!! Seems to be a very uncommon function, I just found one reference in Innovator at all. But it´s so obviously useful! Finally somebody found the solution to a 5 year old puzzle!!
That´s an excellent one - thank you!!! Seems to be a very uncommon function, I just found one reference in Innovator at all. But it´s so obviously useful! Finally somebody found the solution to a 5 year old puzzle!!
Copyright © 2024 Aras. All rights reserved.