Forum Discussion
KJN_from_TC
Sep 07, 2021Copper Contributor
Custom Contact folder names seem to be encoded
I've created a subfolder of Contacts named "ThisIsATestGroup". I want to programmatically retrieve the list of employees in this subfolder. However, I cannot retrieve it by name. And when...
Victor_Ivanidze
Sep 08, 2021Bronze Contributor
You can iterate all subfolders, retrieve the display name for each and compare it to "ThisIsATestGroup".