You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to create a Visualforce page that displays an Org Chart for Salesforce.com users. The chart should be displayed using the Google Visualization API.
Requirements
============
Using a Developer org, create a Visualforce page and Apex controller that displays an Org Chart for the current active users. Displaying titles is optional but it would be nice. Ideally, place the business logic for the Org Chart creation in a separate Apex class that is called by the controller.