---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/employee-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Capturing multiple job records for a user

# Capturing multiple job records for a user {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Capture multiple job records for a user with the new Jobs (sn_hr_core_job) table. When
creating HR cases, you can specify which job the case pertains to. For example, say that you have
a payroll discrepancy case and the employee has two associated job records. When the case is
created, you can specify which job the case is for.

## Jobs table overview {#support-hr-users-with-multiple-jobs__section_rhx_wkg_d3b}

Beginning in the New York release, you
can use the new Jobs (sn_hr_core_job) table to store multiple job records per user and capture
the job history of users within your organization.

## Jobs table and HR Profile table {#support-hr-users-with-multiple-jobs__section_awr_qtg_f3b}

The HR Profile table has a reference to the Jobs table for the user's primary job.
{#support-hr-users-with-multiple-jobs__table_fn3_ylg_f3b__entry__2}

| Field | Description |
|-|-|
| primary_job * Job start date * Job end date {#support-hr-users-with-multiple-jobs__ul_lmp_bmg_f3b} | Reference field to the Jobs (sn_hr_core_job) table. |
[Tabela 1. HR Profile (sn_hr_core_profile) table]

{#support-hr-users-with-multiple-jobs__table_fn3_ylg_f3b}

For example, the following HR profile record is for Eva Seahorn. Eva was first hired as a UX
designer in May 2017. In August 2018, Eva left the company. In June 2019, Eva was rehired as a
marketing director. Eva has two associated job records, with the marketing director position as
Eva's primary job.

* In the Employment Information related list, information about the primary job is displayed.
* In the Jobs related list, all of the associated job records are displayed.

{#support-hr-users-with-multiple-jobs__ul_g4m_55n_f3b}  
Nota:  
The employment start date represents the first day the user was employed with the organization. The job start date represents the first day of the user's current primary job. Because Eva left the organization in August 2018, but was rehired in June 2019. This represents Eva's new employment start date.

## Jobs table and HR Case table {#support-hr-users-with-multiple-jobs__section_wbx_4tg_f3b}

The HR Case table has a reference to the Jobs table for the subject person's job.
{#support-hr-users-with-multiple-jobs__table_knx_vlg_f3b__entry__2}

| Field | Description |
|-|-|
| subject_person_job | Reference field to the Jobs (sn_hr_core_job) table. |
[Tabela 2. HR Case (sn_hr_core_case) table]

{#support-hr-users-with-multiple-jobs__table_knx_vlg_f3b}

In the case of Eva Seahorn, for example, Eva was rehired as a marketing director in June 2019.
Eva has two associated job records. When an onboarding case is created for Eva, the
subject_person_job field enables you to specify which job the onboarding
case pertains to. The onboarding case would be for the marketing director job Eva was rehired
for.

## Supporting multiple jobs in a lifecycle event {#support-hr-users-with-multiple-jobs__section_thw_jcn_f3b}

Use the Jobs table to create lifecycle event cases where you can specify which job the case
pertains to. For example, say that you have an intern that is being transferred to a full-time
position. The intern has two associated job records. When an onboarding case for the full-time
position is created, the case is associated with the full-time job record, ensuring that
downstream activity sets and activities are triggered based on information from that relevant
job record. For more information, see [Support multiple jobs in a lifecycle event](https://servicenow-prod.fluidtopics.net/855g1kkw484CyuRDc3Q6HA "Use the Jobs table to create lifecycle event cases where you can specify which job the case pertains to.").
**Tópicos relacionados**   

* [hr_Utils - Global](https://www.servicenow.com/docs/access?context=hr_UtilsAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US)
* [hr_ActivitySet - Global](https://www.servicenow.com/docs/access?context=hr_ActivitySetAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US)
* [hr_ActivityUtils - Global](https://www.servicenow.com/docs/access?context=hr_ActivityUtilsAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US)

