Hi,
I have the following problem in WD:
I have the ume id of a user. (let it be "userUmeId")
I need to get the IUser instance.
I tried the following:
IWDClientUser user = WDClientUser.getClientUser("userUmeId");
IUser iUser = user.getSAPUser();
I am getting the current user instead of getting the IUser of "userImeId:.
Could it be that WDClientUser.getClientUser() should get another string? (I know it returns the current user in case it fails to find a matching user for the given string).
How then do I get the desired IUser?
Regards,
Oren.