Solved

[Data migration] Set an employee status to active

  • 9 November 2022
  • 2 replies
  • 182 views

Badge +3

Hello,

I did a test to migrate an employee and it appears with “preliminary status”. How can I migrate it as “active”? It’s for the Cloud version 21R1 and I created a two step job.

Thank you in advance,

icon

Best answer by Makede 9 November 2022, 19:49

View original

2 replies

Userlevel 4
Badge +10

Hi @ArcAleksS ,

Please have a look at target table (view) EMPLOYEE_STATUS_DETAILS
Here you can find a field EMPLOYEE_STATUS
Here you need to set the right value (e.g. Active)

BR
Martina

Badge +3

Hello @Makede,

Thank you very much for your answer. It worked! :)

For the future readers, it’s not exactly the field EMPLOYEE_STATUS, but field SEQ_NO, it’s a number/ID of the status. Normally, “active” it’s already defined by the system and its ID is “1”.

 

BR,

Aleksandra

Reply