Deleted Records are visible under related list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:32 AM
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.
Thanks,
Tara Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:34 AM
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.