Hi all,
I am trying to get the WD client id for other Portal users. (Portal and WD on same server)
IUser user = UMFactory.getUserFactory().getUser(uniqeID);
IWDClientUser wdUser1 = WDClientUser.getClientUser(user.getUniqueName());
IUser user1 = wdUser1.getSAPUser();
I have set the authentication of the wd app to true. I dont want the WD getCurrentUser(). I need to access the wd clientuser for other portal users.
This is because, I want to access the administrator managed custom attribute (which I am accessing using the getCurrentUser() , user1.getAttribute(...)...).
Please advise.
Thanks,
Anil.
(Points will be rewarded).