Subordination Tree Widget
The Subordination Tree widget visualizes your company's data stored in the Company (org_company) and Employee (employee) tables of the Simple Application.
The widget displays only the employees whose records have the Active checkbox selected.
Role required: employees with access to the agent interface can view their company's structure.
Search by keywords
You can search by keywords, for example, to quickly find an employee or a department in the company's structure.
Search requires at least two characters.
To find an employee profile, complete the following the steps:
- Navigate to Organization → Organizational structure → Subordination tree.
- Specify the employee's first and last name in the filter field located in the upper-right corner. You can also search for the employee profile manually. Click the icon to expand the branches until you find the unit of the employee you are looking for.
- (optional) Click the icon to collapse the branches you do not need. To collapse the expanded tree altogether, click the icon located in the upper-right corner.
- Click the employee's name to view their profile.
Find your position
You can quickly find your position in the subordination tree. To do this, click the icon in the upper right corner of the page. Your position will be highlighted and displayed in the middle of the screen.
To remove the highlight, click on an empty space. The highlight will also be removed when you press a key on the physical keyboard.
Configure widget instances
Role required: admin.
In the out-of-the-box solution, the widget instances display the following employee data:
- First name and last name
- Job title
- Company name
To change the values for widget options, follow these steps:
-
Open either widget instance:
- The portal widget instance:
\{your instance URL}/record/sys_widget_instance/172474661516092990. - The agent interface widget instance:
\{your instance URL}/record/sys_widget_instance/172484869313508415.
- The portal widget instance:
-
In the Schema option values field, specify the widget parameters in the JSON format.
Configure Schema option values{
"fixedCondition": "(company.class=internal)",
"additionalFields": "middle_name,email,timezone_id"
} -
(optional) Replace
internalwith the appropriate value from the Class (class) column of the Companies (org_company) table. -
(optional) Replace
middle_name,email,timezone_idwith the appropriate String- or Reference-type fields from the Employees (employee) table. Separate the values with commas. -
Click Save or Save and exit to apply the changes.