Hi.
We're running Identity Manager 8.1.3 and I have a problem with manually assigned resources when a Person gets deactivated in that they aren't removed from the Person.
Is there an OOTB way, or any other way, of solving this problem?
/Henrik
Hi.
We're running Identity Manager 8.1.3 and I have a problem with manually assigned resources when a Person gets deactivated in that they aren't removed from the Person.
Is there an OOTB way, or any other way, of solving this problem?
/Henrik
If you manually assign something, you need to manually remove it. Or, create a custom process that removes all "Items to remove" (PersonHasResource, ....) automatically using a script.
HandleObjectComponent - Delete or HandleObjectComponent - FireGenEvent didn't work. Solved it by running two SQL-commands:
update PersonHasQERResource set XOrigin = 0 where XOrigin = 1 AND UID_Person…
Hi,
What type of resources are they? Groups?
Trevor
Hi,
What type of resources are they? Groups?
Trevor
In this scenario it's a user object in an internal database.