Hi,
Our company do an Intercompany Transfers. This is where Employee can transfer from one company to another. Example Employee A from Co# 1 will be transferred to Co #23.
This results two employee record in UKG. The employee record for Co# 1 will be marked as Termed. Then the employee record for co# 2 will be active.
The “Enable Account” mapping is
When Employment.EmployeeStatusCode NotOneOf('A L) then false
Default Ignore
For the given employee scenario does it trigger two actions? Check the employee record that has been termed and then check the active record?
Please advise.