I think I didn’t explain myself well. Sorry for that.
I know that everything I said is perfectly possible now, but not from a table view. All those actions, although possible, only can be displayed on a Detail View (prominent or overlay) or Inline. None one those can be Displayed on a Table View.
I have all these functions now on my apps and all of them works perfectly, but I’d like to save a few clicks for my users by putting those actions in a more intuitive place. Extra unnecessary clicks can create a lot of problems.
What I mean is just a new place for those actions (Overlay on Table View), but my guess is that it would be a whole new action type, since it would change the way it works (not row-level action), and not only its appearance.
Applications:
-
Export the table content to Excel. Although its perfectly possible to export to Excel (Workflow, save file or Send Email), we cannot trigger the workflow directly from this view.
-
I have an app that I cannot add a new row while the last row is incomplete. I can hide the the “add” button while there is an incomplete row, but I cannot put a edit overlay action on the table view that would go directly to that incomplete row. I need to click to open the row, then edit. (Many times I’ve listened “The add button disappeared! what should I do?”)
-
Filter the view. We can create slices, we can use LINKTOFILTEREDVIEW actions, but I cannot go from the Main Table View directly to the Filtered View. I always need to impose some extra steps for my users.
An workaround for that is to make a Detail View with only its Related Records. This way, I can put every action I want in the position I want. But again, extra steps.