Getting started
Configuration wizard
- Open configuration wizard
- Data source
- Views and filtration
- Design
- Templates
- Custom code
- General
- Reset configuration
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
- Display dotted-line managers (SharePoint list)
- Display dotted-line managers (Entra ID)
- Display dotted-line managers (User Profiles)
- Display dotted-line managers (Excel/CSV)
- Display assistants (SharePoint list)
- Display assistants (Entra ID)
- Display assistants (User Profiles)
- Display assistants (Excel/CSV)
- Display vacancies
Filter and order boxes
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 skin
- 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.
In this article, we’ll review how to display assistants in the Plumsail Org Chart with SharePoint list data source.
This is how assistants look in “Classic top to bottom” layout. They may be positioned in a different way in other layouts.
Single assistant:

Multiple assistants:

Display assistants for SharePoint list data source
Single assistant
Create a column in your SharePoint list that will store the ID or email of an assistant. In the case, I use a separate “Single line of text” list column Assistant Email to store information about the assistant.

Then you need to configure mappings of Org Chart fields to columns in your list:

Multiple assistants
If you want to add support for multiple assistants per an employee you have two options:
Create a multivalue lookup instead of regular lookup. This will allow you to pick multiple assistants using lookup filed.
Or create a regular “Single line of text” list column. This will allow you to specify a semicolon separated list of assistants.
Examples:
1; 2; 14; 18
if you use numbers as employee IDs.assist1@contoso.com; assist2@contoso.com; assist3@contoso.com
if you use email addresses (account names) as employee IDs.
Once you created a column, map Assistant ID in OrgChart settings to the newly created column.
Then Clear Org Chart cache to load fresh data.
Note
Check out how to display assistants for the User profiles, Entra ID, and Excel/CSV data sources.