Getting started
Configuration wizard
HTML templates
JavaScript framework
Additional resources
- Video: Introducing Plumsail Org Chart
- Data caching
- How Org Chart pulls data from AD On-Premises
- Exclude disabled users in On-Premises
- Make sure that SharePoint has enough data
- Configuring profiles sync in On-Premises
- Exporting properties to a directory service
General
- Version history
- Licensing details
- Data protection and security
- Custom code security measures
- Billing and subscription management
Printing & Reports
- Printing organizational structure
- Generate multi-page PDF report
- Export to CSV and analyze in Excel
- Custom styles for printed Org Chart
Microsoft Teams
Display different types of employees
Filter and order boxes
- Create and manage filtered views
- Order employees boxes using a custom field
- Group employees boxes using a custom field
Customize boxes and styles
- Format boxes conditionally
- Customize box HTML template and CSS styles
- Display awards and conditionally format Org Chart
- Create an Org Chart with two root managers
- Change Org Chart theme
- Localize Org Chart
Show specific user on load
- Drill down to specific box using URL parameter
- Drill down to current user by default
- Drill down to manager of user from URL by default
Manage web part size and scale
- Open Org Chart in full-screen mode on load
- Make Org Chart use full page width
- Automatically scale boxes to fit visible area
Other examples
Display assistants in Org Chart for SharePoint and Microsoft Teams (SharePoint list)
Note
For the versions earlier than 4.x.x (including on-premises ones), please follow this instruction.
Org Chart supports displaying assistants alongside employees in the organizational hierarchy. This article explains how to configure assistants when using a SharePoint list as the data source.
The following examples show how assistants appear in the Classic top-to-bottom layout. Assistant placement may vary depending on the selected layout.
Example with a single assistant:
Example with multiple assistants:
Display assistants for SharePoint list data source
The configuration depends on whether each employee can have one assistant or multiple assistants. Choose the setup that matches your SharePoint list structure.
Single assistant
Create a SharePoint list column to store the assistant’s ID or email address. In this example, a separate Single line of text column named Assistant Email is used.
Next, map the Org Chart fields to the corresponding SharePoint list columns:
Multiple assistants
To assign multiple assistants to an employee, use one of the following approaches:
Create a multi-value lookup column instead of a regular lookup column to select multiple assistants.
Alternatively, create a Single line of text column and enter assistant IDs or email addresses as a semicolon-separated list.
Examples:
1; 2; 14; 18when using numeric employee IDs.assist1@contoso.com; assist2@contoso.com; assist3@contoso.comwhen using email addresses (account names) as employee IDs.
After creating the column, map the Assistant ID field in Org Chart settings to that column.
Finally, clear the Org Chart cache to reload the updated data.
Note
Check out how to display assistants for the User profiles, Entra ID, and Excel/CSV data sources.