Hi I have an app with a very hierarchal data ...

Hi I have an app with a very hierarchal data structure and a lot of data. I have created an action to change status on a record, and we are using bulk action to update this status. Here we need a “Select-all” functionality for the lines we have “drilled-down” to.

Is there any way to achieve this? or is there some kind of workaround we can use here? Regards Morten

0 2 354
2 REPLIES 2

You can do that directly with an action button if you can read the value from somewhere… for example from the record. You can read the value from the same table if needed.

There is no “Select-all” feature.

Off the top of my head, the approach I’d use is a detail view with quick-edit columns to allow the user to drill down, an inline table to display the results, and action buttons that apply to the displayed results.

Top Labels in this Space