1. Employee Identification
Gender is required.
First Name is required.
First Name must be at least {{ mainForm.controls.first_name.errors['minlength'].requiredLength }} characters.
First Name must not be more than {{ mainForm.controls.first_name.errors['maxlength'].requiredLength }} characters.
Middle Name is required.
Middle Name must be at least {{ mainForm.controls.middle_name.errors['minlength'].requiredLength }} characters.
Middle Name must not be more than {{ mainForm.controls.middle_name.errors['maxlength'].requiredLength }} characters.
Last Name is required.
Last Name must not be more than {{ mainForm.controls.middle_name.errors['maxlength'].requiredLength }} characters.
Employee Code is required.
2. Contact
Contact country code is required.
Only letters and # @ ! - are allowed {{ mainForm.controls.description.errors['pattern'].requiredPattern }}
description must not be more than {{ mainForm.controls.description.errors['maxlength'].requiredLength }} characters.
3. Configuration
Active Status
Operational
Created{{editFormObj?.created_at}}
Last Update{{editFormObj?.updated_at}}
!
Caution: Group, Tag and Category are different.
Cancel