Hi,
how can I get a group of users?
I've tried this code.
wt.org.WTGroup myGroup = wt.org.OrganizationServicesHelper.manager.getGroup("My group");
But the result is allways the same—myGroup value is null.
Name of the group is correct.
Any help is appreciated.