Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi!
I am try to query WTPrincipal by DN, but DN is not persistent property in WTPrincipal class.
How can I do it by code?
Thanks!
Solved! Go to Solution.
OrganizationServicesHelper.manager.getPrincipalByDN(String DN);
OrganizationServicesHelper.manager.getPrincipalByDN(String DN);
