Hi,
I have an interface with a read-only grid. I am loading the data into read-only grid using RECORD TYPE and also I have used selectable, selectionValue, selectionSaveInto properties.
I would like to implement delete functionality, where I need to allow multiple rows to be selected and click on "DELETE" button so that those selected rows of data should be deleted from the database table.
Discussion posts and replies are publicly visible
A solution could be to have the selectable rows populate an list with the row identifier. Then use that list as the input for a multinode instance in a process model to delete the desired rows based on the IDs