Historique de la page
...
| Astuce |
|---|
The properties below are set in /properties/config.properties and are used to set the properties of new managers just after their creation. |
Availability
Set this property to false to make the new managers not available:
...
| Remarque |
|---|
When setting this property to false, a manual operation through the web interface is needed in order to make the managers available. |
Management of the properties of the department
Setting this property to true grants the new managers to manage the properties of the department:
| Bloc de code |
|---|
#departmentManagerConfigurator.manageProperties=false |
Management of the other managers
Setting this property to true grants the new managers to manage the properties of the other managers:
| Bloc de code |
|---|
#departmentManagerConfigurator.manageManagers=false |
Management of the categories
Setting this property to true grants the new managers to manage the categories of the department:
| Bloc de code |
|---|
#departmentManagerConfigurator.manageCategories=true |
Management of the FAQ
Setting this property to true grants the new managers to manage the categories of the department:
| Bloc de code |
|---|
#departmentManagerConfigurator.manageFaq=true |
Ticket assignment
Setting this property to true grants the new managers to assign tickets to other managers:
| Bloc de code |
|---|
#departmentManagerConfigurator.assignTicket=true |
Ticket moves to other departments
Setting this property to true grants the new managers to move tickets to other departments:
| Bloc de code |
|---|
#departmentManagerConfigurator.modifyTicketDepartment=true |
Ticket refusal
Setting this property to true grants the new managers to refuse tickets:
| Bloc de code |
|---|
#departmentManagerConfigurator.refuseTicket=true |
Ticket reopening
Setting this property to true grants the new managers to reopen tickets they are not in charge of:
| Bloc de code |
|---|
#departmentManagerConfigurator.reopenAllTickets=true |
Ticket taking in charge
Setting this property to true grants the new managers to take in charge tickets already in charge of another manager:
| Bloc de code |
|---|
#departmentManagerConfigurator.takeAlreadyAssignedTicket=true |
Availability rate
The availability rate of managers is an integer between 0 and 100, it can be used by assignment algorigthms. This property gives the initial availability rate of new managers:
| Bloc de code |
|---|
#departmentManagerConfigurator.rate=100 |
Management of its own availability
Setting this property to true grants the new managers to change their own availability:
| Bloc de code |
|---|
#departmentManagerConfigurator.setOwnAvailability=false |
Ticket monitoring
The properties below are used to initialize the way new managers monitor tickets (these properties can be changed at any time by the managers themselves through the web interface).
...