Base solution for your next web application
Open Closed

Soft delete #11341


User avatar
0
RenuSolutions created

API: v11.1.0 | Client: v11.1.0 Angular .net core

if we delete a user it soft deleted in database. is there any option to undo this action and make that user as active one?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @RenuSolutions

    The app itself doesn't provide such a functioanlity out of the box but you can do this just by setting IsDeleted=false of the related entity.