Deletes an existing department.
The department is specified by its key (Code), which is contained in the DepartmentParams object passed to the method.
Deletes an existing department.
The department is specified by its key (Code), which is contained in the DepartmentParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteDepartment( _ ByVal pIDepartmentParams As DepartmentParams _ ) |
You cannot delete a department that is linked to a user or employee.
| Deleting a department (C#) | ||
|---|---|---|
| ||