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
- 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
- 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 dotted-line managers 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 dotted-line managers for organizations with matrix reporting structures, where employees may report to both direct and secondary managers.
This article explains how to configure dotted-line managers when using a SharePoint list as the data source.
Note
Each employee can have one direct manager and multiple dotted-line managers.
If an employee has a dotted-line manager, a navigation button appears next to the employee card.
Use this button to navigate to the dotted-line manager. If multiple dotted-line managers are configured, the button opens the first manager listed in the field.
Dotted-line managers for SharePoint list data source
If you use the SharePoint list data source, map the list columns in the Data source step of the configuration wizard:
In this example, the Work email column is used as the employee ID field. A separate Single line of text column named Dotted-line Manager Email stores dotted-line manager values.
You can also use other column types, such as lookup columns, to store dotted-line manager values.
After creating the column, map it to the dotted-line manager field in the configuration wizard.
How to add support for multiple dotted-line managers per employee for SharePoint list data source
To assign multiple dotted-line managers to an employee, use one of the following approaches:
Create a multi-value lookup column instead of a regular lookup column to select multiple dotted-line managers.
Alternatively, create a Single line of text column and enter dotted-line managers as a semicolon-separated list.
Examples:
1; 2; 14; 18when using numbers as employee IDs.manager1@contoso.com; manager2@contoso.com; manager3@contoso.comwhen using email addresses as employee IDs.
Note
Check out how to display dotted-line managers for the User profiles, Entra ID, and Excel/CSV data sources. You can also refer to the blog post that provides a complete overview of all these options with examples and visuals.