I want to create an action button that will just operate on the current selection. The user will set up a filter (let’s say all records with “foo” in the name column and then click the action button to just operate on those filtered records and not the other records.
It looks like I can filter records through the Javascript API, but that’s not going to help me since the user isn’t going to edit the script to add in the filter parameters. The user just wants to set up a filter through the GUI then press the button.
Is there an API method to get either the user’s current filter, or just the records selected by the current filter?