Deleted Records are visible under related list.

Tarasingh26
Tera Expert

Hi All,

 

I have a custom table and there are numerous records which are created through script from another table. There is one asynchronous BR implemented which deletes records which are having related list item count either 0 or 1.

In the related list , deleted Records are also visible which should not happen. I have highlighted those in attached screenshot. When I click on those it says Record not found. Please help me with this.

20231107_165424.jpg

 

Thanks,

Tara Singh 

1 REPLY 1

Anurag Tripathi
Mega Patron
Mega Patron

If you refresh the screen/list, do these records still show up? if yes then its because the BR is Async and so it runs some time after the form loads.

If not the above then I think the columns are deleted but row is not, some issue with ACLs. Can you check the ACL on the table and see what delete ACLs you have on the table.

-Anurag