Getting started
Configuration wizard
HTML templates
JavaScript framework
Additional resources
- Video: Introducing Plumsail Org Chart
- Data caching
- SharePoint Server 2019/SE (On-Premises) resources
- Installation for SharePoint 2019 / SE
- Quick configuration
- How to add Org Chart to Microsoft Teams tabs
- Generate organization structure report
- Layout
- Filtration
- JavaScript custom code
- General settings
- Display assistants
- Display dotted-line managers for Org Chart
- Display vacancies
- Customize box HTML template and CSS styles
- HTML templating syntax
- Change Org Chart skin
- Create org chart with two root managers
- Order employees boxes using custom field
- How Org Chart pulls data from AD On-Premises
- Drill down to current user by default
- Drill down to specific box using URL parameter
- Include and use fields from additional list
- Use advanced Org Chart navigation
- How to open Org Chart in full-screen mode on load
- Support of search in a list with more than 5000 items
- Exclude disabled users in On-Premises
- Configuring profiles sync in On-Premises
- Make sure that SharePoint has enough data
- 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
- How to customize Org Chart
- How to use advanced Org Chart navigation
- Use tenant properties to disable Org Chart features
- Include and use fields from additional list in Org Chart
- Support of search in a list with more than 5000 items for Org Chart
- Show Org Chart based on a list data source for anonymous users
- How to check if a user has Tenant Administrator permissions
Display vacancies for Org Chart in SharePoint Server 2019/SE
You can display vacancies in your organization structure with Plumsail Org Chart for SharePoint Server 2019/SE. This article explains how to enable and manage them.
Vacancies are enabled inside of PlumsailOrgChart’s settings and use a data source different than the chart itself.Org Chart will use a different list to pull data from and show vacancies which needs to be filled with data regarding open positions through the company. Let’s see how to do it step by step, inside our SharePoint page, just like the image above.
Go to the page where you inserted OrgChart, Open the page in edit mode, open web part properties:
Open Configuration Wizard
Go to General settings tab
Check the Enable vacancies option to enable vacancies on your OrgChart:
Now, under that option, you’ll see a new text input, where you’ll have to write the URLof the list that OrgChart will use to pull data from. Note that this is a server relativeURLthat you’re going to use.
In this example I want OrgChart to use the list placed in /Lists/Vacancies. If Org Chart identifies that the list already exists it will use it, otherwise it is going to create it automatically to handle vacancies.
Click Finish to save your new settings.
From now on, whenever you click on the gear icon you’ll see a new option called Manage vacancies. That is where you have to go whenever you want to change data about your vacancies. Let’s go there and add some data to fill our OrgChart properly.
Click on the gear icon;
Select Manage vacancies.
The list will open in a new tab/window. This is where you add new vacancies.
Click New;
Fill in the Title with the title of the position;
Write the correct information for Department and Manager according to your needs.
Note that the Manager field needs to be filled with the Item ID of the corresponding Manager.The Item ID is mapped according to the data source your Org Chart is pulling information from and also depending on how you mapped this information. If you open Org Chart settings again you’ll see under the Data source settings tab that we have two options: SharePoint list and User profiles.
When using User Profiles as the data source, Org Chart uses the employee’s account name as the Item ID. It usually looks like this: domainaccountname.
Otherwise, if you’re using a SharePoint list as the data source for your Org Chart, you’ll have the option to choose which column from the list is going to work as Item ID. It can be anything like title, e-mail address, ID, etc. Please notice that you’ll also have to set up Item parent ID according to Item ID. So if you’re using an e-mail address as Item ID, you’ll have to use something like “Manager e-mail address” as Item parent ID so Org Chart is able to find the correct information.
That’s it. Now you can display vacancies in SharePoint Org Chart and manage them regarding company’s scenario.