Next Topic

Previous Topic

Home

Book Contents

Book Index

[Departments]

Used by: Client, Server.

Example:

[Departments]
Departments = "AUDIT", "TAX", "INS"
DisplayDepartmentName = 1
DefaultDepartmentCode = TAX
AUDIT.Name = "Audit"
TAX.Name = "Taxation"
INS.Name = "Insolvency"

This section consists of a list of department codes (as a key) and entries for each key describing the department name. The MonTel Server uses only the code. The Client uses the department name to fill out the department record only if AutoSetupEmployeeDetails=1 in the [User] section. Otherwise the department name is used if DisplayDepartmentName = 1 in this section by the Telephone Extension list.

Departments

Used by: Client, Server.

Max length: 8 characters each (limit of 16 entries)

Example:

Departments = "AUDIT", "TAX", "INS", "IT"

This is a list of (keys for) departments that the MonTel Client and Telephone Extension List uses as Department keys, to supply a full department name (as well as a department code).

DisplayDepartmentName

Used by: Client, Server.

Example:

DisplayDepartmentName = 1

Used by Telephone Extension List to display department names instead codes.

DefaultDepartmentCode

Used by: Client, Server.

Max length: 8 characters

Example:

DefaultDepartmentCode = TAX

This is the default department (code) for each user when no specific department code is supplied.

(DEPT CODE).Name

Used by: Client, Server.

Max length: 80 characters

Example:

AUDIT.Name = "Audit Department"

Each of these entries are the full names for each department. The format for the key is DEPTCODE.Name, where the department code is separated from "Name" by a full stop. You can have up to 16 different departments.

------------------------------