Is it possible to have an action which simply...

Is it possible to have an action which simply returns to the previous screen?

The reason is as follows:- I have a list of items. I click into one of them to edit/view it.

I have an action called “delete” which doesn’t actually delete the record but marks it as deleted.

I don’t want the user to still be in the record after they have clicked on the action so I set up a sequence of 2 actions, 1 to update the data and one to link to the list view. This is kind of ok but if I click the top left “<-” up comes the now deleted record again because my solution is opening a new view.

Seems to me a fairly straightforward requirement.

0 1 288
1 REPLY 1

Hi What happens if you slice out your “Deleted” rows?

Top Labels in this Space