Skip to content

Instantly share code, notes, and snippets.

@jreypo
Created April 20, 2014 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jreypo/11114725 to your computer and use it in GitHub Desktop.
Save jreypo/11114725 to your computer and use it in GitHub Desktop.
Get CBM hierarchy list
var cbmHierarchyList = hierarchyList;
for each (var hierarchy in cbmHierarchyList){
System.log("Hierarchy: " + hierarchy.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment