Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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);
