Clear manager on termination

We are looking to blank out the user’s manager when they are set to suspended or terminated. Would this be correct?

image

The following conditions should be used instead

WHEN
Employment.EmployeeStatusCode.OneOf(“T,S”)
THEN
null

WHEN
Default
THEN
Auto

1 Like