Changes
Within the DeleteManager, this method must be executed:
ExecuteSoftDelete: This method itertaes through all instances which are marked for soft-deletion, updates the recordinstance's delete status and ensures it can no longer be accessed in UBIK Studio while retaining the record in SQL for reference.
Future steps involve finalizing the DeleteManager and implementing hard deletion to complete the workflow.