---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://www.servicenow.com/docs/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


---

# Support multiple jobs in a lifecycle event

# Support multiple jobs in a lifecycle event {#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

Use the Jobs table to create lifecycle event cases where you can specify which job
the case pertains to.

## Antes de Iniciar

Role required: sn_hr_core.admin

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.

## Por Que e Quando Desempenhar Esta Tarefa

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. See [Capturing multiple job records for a user](https://www.servicenow.com/docs/kBZa0U9N3qq1mTahZUHJYw "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.") for more information.

## Procedimento

1. If you are using an integration to pull HR profiles from a third-party system, configure your integration to pull jobs information into the Jobs (sn_hr_core_job) table.  
   For details on how to configure a third-party integration with HR Service Delivery, see [Integration of HR Service Delivery with third-party systems](https://www.servicenow.com/docs/x9qh5~NJ54Hgu9nVMcr1fw "Extend HR Service Delivery capabilities by integrating with other third-party systems.").
2. For HR case creation, associate the subject person's job to the HR case with the subject_person_job field.  
   For example, for the preconfigured New Hire Onboarding lifecycle event, the Create HR Case if Start Date is Future business rule for the Jobs table is configured to automatically create onboarding cases for users with a future job start date. When the rule creates the onboarding case, it uses the subject_person_job field to specify which job the user is being onboarded for.  
   Nota:  
   If you use the Jobs table, make sure to disable the Create HR Case if Start Date is Future business rule for the HR Profile table.

3. For the lifecycle event, make sure that the relevant activity sets are triggered by the subject person's job by updating the Trigger field value to subject_person_job.  
   For example, the Day 1 activity set in the preconfigured New Hire Onboarding lifecycle event is triggered by the subject person's job start date.

4. If you are not using a third-party integration and need to configure the switch of a primary job, you can use the Switch primary job subflow to switch the subject person's primary job through a lifecycle event activity.  
   For example, you can create a lifecycle event activity to switch the primary job of the subject person from the old to the new job by setting the Activity type value to Flow and the Flow value to Switch primary job.

**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)

