Skip to end of banner
Go to start of banner

How to configure Departments tree

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This step-by-step guide leads you through the process of activation of the Departments tree feature and building a multilevel hierarchy of Departments.

Created: January 2022

Permalink: https://confluence.wildix.com/x/0AUkBg

Starting from WMS Beta 5.04.20211227.3, there is a possibility to create a multilevel hierarchy of Departments, which are displayed in a tree view on the Colleagues tab in Collaboration. This can be useful for organisations with a large number of users.

1. Fill out User Departments in WMS 

Information about Departments is taken from User info in WMS -> Users -> Edit -> Department field

Note: Users with no Department indicated in WMS, are added to the Other section of the Departments tree on the Colleagues tab in Collaboration. 

To build a multilevel hierarchy of Departments, when adding/ editing a user (or in case of users import via a CSV file), indicate the Department path using the separator “/”. For example: 

Department: UK/ Marketing

Notes:

  • It may take up to 10 minutes for the changes to apply and get displayed in Collaboration.
  • If the Department name contains “/” it should be replaced with another character. If required, you can change the default separator: Change the default separator (optional)
  • It is recommended to replace long names with shorter ones.
  • By default, the Colleagues tab displays only users added to the roster. To have all users displayed, follow these instructions: Display all PBX users (optional)

2. Activate Departments tree via configuration file

You need to enable the Departments tree feature on the PBX via the config file. To make any changes to config files, access them via SSH as root:

nano-tiny /etc/<sub-directory>/<config file name>

To activate the Departments tree, add the following line in /rw2/etc/env.custom.ini:

DEPARTMENTS_AS_TREE=true

By default, the value of the parameter is “false” and the Colleagues tab in Collaboration displays the list of Groups. When the parameter is set to “true”, the Colleagues tab displays Departments.

Change the default separator (optional)

By default, the separator “/” is used to indicate the Department path in WMS -> Users -> Edit -> Departments field. 

To change the default separator to another character, edit the following parameter in the /rw2/etc/env.custom.ini:

DEPARTMENTS_TREE_SEPARATOR=/

Display all PBX users (optional)

By default, only people added to the roster are shown on the Colleagues tab. To display all PBX users, add the following line to the /rw2/etc/env.custom.ini file:

COLLABORATION_SHOW_ALL_COLLEAGUES=true

Current limitation:  The status of users that are not added to the roster is not displayed.

3. Departments tree in Collaboration 

Current limitation: Enabling/ disabling the functionality and any changes in the Departments tree may take up to 10 minutes to apply.

When the feature is enabled on the PBX, the Colleagues tab displays the Departments tree (or simply a list of Departments, if there is no multilevel Departments structure): 
To navigate between different Department levels, just click on the arrow icon and choose the necessary Department.  

For more info about Colleagues tab, check the guide Collaboration User Guide: Colleagues

Notes:

  • Users that don’t belong to any Department are added to the section Other.
  • In case all PBX users are displayed on the Colleagues tab (if configured on the PBX side), the status of users not belonging to the roster is currently not available.


  • No labels