I need to check if the supervisor ID is deactivated and then update a person'

I need to check if the supervisor ID is deactivated and then update a person's user profile so the supervisor is null.

I tried double quotes and I tried to assign a PV of user type with nothing in it. I get an error that the supervisor field has to have a valid name. How can I get around this?

In all our processes we check if the profile supervisor is null and then call a sub process to enter their supervisor. If I can run a process to check for a deactivated ID and then make it null - we are in business.

...

OriginalPostID-127407

OriginalPostID-127407

  Discussion posts and replies are publicly visible

Parents
  • The only way I've found to bypass required field validation on user profiles is with our Bulk User Upload mechanism (from professional services?), which takes a csv input of user accounts and updates the profiles without [most] required validation. Otherwise, we have had to create dummy accounts to be added in place of the blank supervisors.
Reply
  • The only way I've found to bypass required field validation on user profiles is with our Bulk User Upload mechanism (from professional services?), which takes a csv input of user accounts and updates the profiles without [most] required validation. Otherwise, we have had to create dummy accounts to be added in place of the blank supervisors.
Children