[IDN] Account Deletion BP Rule run but the accounts didn't delete

Hi @choichunwing0414
if (idLCS.equals(lcsdelete) && ( (op == AccountRequest.Operation.Enable) && (nativeIdentity != null) ) )
The if statement checks if the lifecycle state of the identity is “delete”, the operation is “Enable”, and there is a valid nativeIdentity . If all these conditions are met, the code inside the if block will execute.
As you see from the screenshot you have provided, the ISC will keep account in “disable” state in case of delete also.
In delete the id profile config should be enable , then only the if statement will be executed.

2 Likes