Tempo Related Action - Delete Record

We have functionality where, we create a temporary records, once the purpose is fulfilled the un-used records are to be cleaned out- (Soft Deleted from Database Table)
This is achieved through related action on the record.
After the related action is performed, the default screen is the summary dashboard of the record (that we just deleted). As this database record is no longer exist, we get an error:
An Error Has Occurred*
The record data does not exist, has been deleted, or you do not have sufficient privileges to access it. (APNX-1-4205-006)

As per my research in forum, I found this entry:
forum.appian.com/.../e-141459

As the comments are from 2015, was hoping there some other work around, if any ?

Is there any Submit button image field ?
Is there any process level - redirect link available ?

OriginalPostID-238785

  Discussion posts and replies are publicly visible

Parents
  • I had faced the same issue. So what i did was after the deletion of the record from the database i placed an interface which displays a message something like "The record has been deactivated". Further you can provide a Record Link on the screen for the user to go back to Record List. The only problem here will be that when the Screen is shown under the Related Actions Tab, the user might still click on Summary Tab which will again throw an error (I think there is no way we can stop this from happening). So just a proper message being displayed on the screen is the way so user does not click on any other tab after record is deactivated.
  • Yep, it looks like in the same way that we are having a "related action" there is a missing "related action for delete", where this second will automatically go back to the Records List and prevent showing the other no-longer-valid links...
Reply Children
No Data