Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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);
