How to remove "deferred deletion" for ADS Account?

Hi,

Using 8.1.3, how to remove "deferred deletion [days]" for ADSAccount?

Within Designer app, for ADS Account I can see the days set as 30, and making the value "0" means immediate delete.

How do i set it to not delete it indefinitely? Is there a specific value for it?

We want to just disable the user accounts and keep them, no deletion of account should happen.

Regards,

Muzammil.

Parents
  • I assume the entry in the OneIM database should be kept at all times? And we are talking about every ADSAccount delete operation?

    If so, you may enter a reasonable high value to the deferred deletion [days] property, let's say 365.000 (approx. 100 years). And if you want to be 100% sure, delete the deferred operations from the table DialogDeferredOperation having such high values in the TargetDate property.

Reply
  • I assume the entry in the OneIM database should be kept at all times? And we are talking about every ADSAccount delete operation?

    If so, you may enter a reasonable high value to the deferred deletion [days] property, let's say 365.000 (approx. 100 years). And if you want to be 100% sure, delete the deferred operations from the table DialogDeferredOperation having such high values in the TargetDate property.

Children