0
KarakTheWise created
V. 9.3 Angular ASP.NET Core Framwork Related
Is it possible to allow the Tenant admin to restore soft deletes?
2 Answer(s)
-
0
Hi @KarakTheWise
It is not implemented by default but you can simply disable soft delete filter (see documentation) and show deleted filters to specific users (maybe with a permission) and then allow them to restore soft delete records as well.
-
1
Excellent. Thank you. That's what I thought but I wanted to be sure I understood what I was reading with soft delete documentation.