Check user if he belongs to a user group in dynamics ax ?

Hi, Is there a global method that will check if user belongs to a user group and return true or false in dynamics ax ?

Hi Igor,

Check AOT–>Classes–>UserInfoHelp–>userInUserGroup(method) which returns the boolean value.

Thanks a lot .