Can anybody throw light on the purpose of the method
isMemberOfRole in the IUser class?
I have been trying to use it to compare user roles but without success.
IUser usr = WDClientUser.getCurrentUser().getSAPUser();
if(usr.isMemberOfRole("Test_Role",true))
{.....}