Skip to main content
tobyu0001
July 13, 2022
Solved

re-direction Summary view to Records List view after deleting record

  • July 13, 2022
  • 2 replies
  • 0 views

i have summary view with a related action delete. after deleting a record. i get redirected to the already deleted record with the error: An Error Has Occurred The record data does not exist, has been deleted, or you do not have sufficient privileges to access it.

I want to to get redirected to my recordlist view. How can this be done?

    Best answer by stefanhelzle0001

    There is no real solution to this. You can either just soft-delete the record so it is still available, or show a screen to the user with a link to the record list.

    Depending a bit on your use case, I suggest the second one. Just add a user input task after the delete from datastore node, make it a quick task and enable chaining.

    Check my blog post for details: appian.rocks/.../

    2 replies

    stefanhelzle0001
    Brainy
    July 13, 2022

    There is no real solution to this. You can either just soft-delete the record so it is still available, or show a screen to the user with a link to the record list.

    Depending a bit on your use case, I suggest the second one. Just add a user input task after the delete from datastore node, make it a quick task and enable chaining.

    Check my blog post for details: appian.rocks/.../

    mikes0011
    Brainy
    July 13, 2022
    make it a quick task and enable chaining.

    ... and add a short timer (after which the process is killed), and don't put any buttons on the form.  Basically they'll be forced to either click the on-task link, or click away via the navigation elements.

    The Expression Guru