Company Structure: Overview of Methods
The company structure illustrates the hierarchy of departments that make up the organization. Each department lists its leaders, deputies, and subordinates.
Technically, the company structure is an information block, and the departments are sections of that information block. You can obtain a list of departments using the department.get method.
Quick navigation: all methods
User documentation: Company structure
Connection of Departments with Other Objects
User. Leaders are linked to departments by a numerical identifier in the UF_HEAD parameter. You can obtain the user identifier using the user.get method.
Actions with Departments
Company departments can be:
- created using the department.add method
- modified, including being moved, using the department.update method
- deleted using the department.delete method
Overview of Methods
Scope:
departmentWho can perform the method: depending on the method
|
Method |
Description |
|
Create a department |
|
|
Modify a department |
|
|
Retrieve a list of departments |
|
|
Get the department fields reference |
|
|
Delete a department |