I have record A with some filters and record B without any filter conditions. Wh

I have record A with some filters and record B without any filter conditions. When performing an action record A with restriction, after performing the related action it fails the filter condition and appian default message comes stating record is deleted / insufficient privilege.

So after such action, I want to route to the record B after such action instead of appian default error. Any suggestions on how it can be achieved.

OriginalPostID-194141

OriginalPostID-194141

  Discussion posts and replies are publicly visible

Parents
  • Another idea: Offload the delete action to a sub process and delay it for a minute or so. The the user is routed back to the record without any error. If your record has a status or a isDeleted flag you can show this to the user. This way the user knows that the record is delete but does not have to click any links etc. Related actions should only be shown for not-deleted records.
Reply
  • Another idea: Offload the delete action to a sub process and delay it for a minute or so. The the user is routed back to the record without any error. If your record has a status or a isDeleted flag you can show this to the user. This way the user knows that the record is delete but does not have to click any links etc. Related actions should only be shown for not-deleted records.
Children
No Data