Skip to Content
0
Former Member
Apr 29, 2008 at 04:34 PM

WDClientUser.getClientUser IUser

36 Views

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).