Deleted items displayed unexpectedly

Hi
I have attached a sample application to demonstrate the deleted records are still displayed if the view is from the parent entity.

Sample app:
You will find two Entities where EmplProfile is the parent entity of EmployeeProfile entity and screens for both.

step 1: Create an employee from the screen “Employee Profile” which will be also visible in screen “Empl profile”

step 2: Delete the employee from the screen “Employee profile”
image

step 3: Go to the screen “Empl profile”, you will still see the deleted employee there. How can I hide the deleted items?

image

sample app attached:
sampleDelete.zip (111.5 KB)

Hi

Consider enabling “Soft Delete” feature on your parent Entity. Note: you may have to remove “delete” fileds for child.