read only selection grid remove rows that are selected

Hi,

I have a read only selection grid that contains records. I would like to select certain records and remove them from the grid, is this possible? How would I do it in the interface?

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to neill0004

    Yes, there are two options: individually delete rows or create a complex action to delete multiple rows. If you want to delete individually you should create a related action to 'Delete' or 'Archive' a record, then you can easily add the record action to the grid. This will work when only one row is selected. To have a bulk delete function, you should create a process model to take in multiple IDs and delete them or archive them (archive is always better than deletion). You can add a button above the grid and use a!startProcess() to kick off your process model when multiple rows are selected and the button is pressed.

Children
No Data