Error when refreshing a RecordType back after deleting or deactivating a record

Certified Senior Developer

Hi,

I have a simple record type displaying a grid, and this one has 2 related actions (update and delete)

When I click on a row, the sumary form is well displayed, but when I click on delete (and then submit the confirm form), I obtain this error :

My Delete Relative action is linked to a process model that just delete a record.

I have tried another way, in deactivating the record (in place of deleting it) by setting a status field (active = false) in the DB table, and in the RecordType DATA tab, I set the filter (active = true) to list only the active records.

But the error is the same.

Am I forgetting somthing ? 

  Discussion posts and replies are publicly visible