About Job Architecture
Company job architecture data enables you to optimize career growth and development of employees by identifying required, recommended, and additional skills for employee roles.
Assess the skills of the employee and suggest learning to acquire new skills, promoting talent management via Manager Hub or through Skills profile in Employee Portal. For more information, see Career tab in Employee Center.
Prepare company job architecture data from any HCM (human capital management) platform in CSV format and import it to your ServiceNow® instance. After transformation, the data is transferred to the relevant tables like Job Family, Role Group, and Job Profiles. For more information on the transformation process, see Load job architecture data into your ServiceNow instance.
- Job Family [sn_skills_int_job_family] table: Groups similar jobs. For example, Software Engineering, Application Development, Finance and Purchasing, Human Resources, and so on.
- Job Profiles [sn_skills_int_job_profile] table: Provides an information record about a job that includes a summary and description. For example, Sr. Software Engineer, Project Manager, and so on.
- Job Levels [sn_skills_int_job_level] table: The level of the job profile. For example, IC1, and IC2.
- Role Groups [sn_skills_int_role_group] table: Includes roles with a similar set of skills. For example, Front-end, Back-end, Full-stack, and so on.
- Role Levels [sn_skills_int_role_level] table: The designation of the role in a role group, with the name indicating its level (IC1, IC2). For example, Associate Software Engineer - Backend – IC1 – JavaScript L1.
- Role Group Skills [sn_skills_int_role_group_skill] table: The mapping of role groups and their skills.
- Role Level Skills [sn_skills_int_role_level_skill] table: The mapping of role level and skills with the level of proficiencies for the role level.
You can also add data specific to your organization to these tables manually.
- Using a scheduled job. For more information, see Map a role level to the employee profile.
- Adding a job profile to an employee manually. For more information, see Adding a job profile to the employee.