Manage departments: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
;Delete department : Deletes the selected department (except for the top-level department, which cannot be deleted). ''NB: You can only do this once all users have been removed.'' | ;Delete department : Deletes the selected department (except for the top-level department, which cannot be deleted). ''NB: You can only do this once all users have been removed.'' | ||
;Export department structure : Exports department data in JSON format. This will save the following: | ;Export department structure : Exports department data in JSON format. This will save the following: | ||
:* | :*department ID | ||
:* | :*name | ||
:*shortname | |||
:*company ID | |||
:*parent ID (=0 if top-level) | |||
[[Category:Company]] | [[Category:Company]] |
Revision as of 12:01, 23 June 2025
The Manage departments page provides a complete, searchable overview of companies in IOMAD. To view all departments:
- Go to the IOMAD dashboard.
- Click on the Companies tab.
- Select Manage departments.
Actions
- Create department
- Set up a new department within the current selected company. To create a sub-department, you can select the desired parent department from the department picker or from the dropdown. You'll need to provide:
- Parent department - Required (if you haven't already selected this on the previous page). Set this to be the company name if you want to create a top-level department.
- Full name - Required. Long name of the department.
- Short name - Required. This will be used in dropdown menus and places where space is limited. Must be unique (so ideally a code or acronym).
- Edit department
- Change any of the above for an existing department (except for the top-level department, which cannot be modified).
- Delete department
- Deletes the selected department (except for the top-level department, which cannot be deleted). NB: You can only do this once all users have been removed.
- Export department structure
- Exports department data in JSON format. This will save the following:
- department ID
- name
- shortname
- company ID
- parent ID (=0 if top-level)