Add Designation
The “Add Designation” feature allows administrators or authorized users to create and manage job titles or roles (designations) within specific departments of the organization. This helps maintain structured reporting and clear organizational hierarchy.

Add Designation Modal Overview
When the “Add Designation” button is clicked, a modal window appears with the following fields and controls:
Field / Button | Type | Required | Description |
---|---|---|---|
Name | Text Field | Yes | Enter the name of the designation (e.g., Team Lead, HR Manager, etc.). |
Department | Dropdown | Yes | Select the relevant department from the list (e.g., Marketing, HR, QA, etc.). |
Priority | Text Field | Yes | Enter the priority (usually a numeric value or ranking order). |
Cancel Button | Button | No | Cancels the operation and closes the modal without saving. |
Save Button | Button | Yes | Submits the form to create the new designation. |
Steps to Add a Designation
- Click Add Designation in the Designation section.
- Enter a Designation Name in the text field.
- Select a Department from the dropdown list.
- Enter a Priority value (e.g., 1, 2, 3 for rank levels).
- Click Save to submit the form.
- If any required field is left empty, the system prevents submission and shows validation messages.
Validation Rules
- All fields are mandatory.
- The Name field must not be empty.
- A Department must be selected from the dropdown.
- Priority must be a valid numeric or ranked value.
Example validation messages:
- “Designation name is required.”
- “Please select a department.”
- “Priority must be a number.”