Want Uncommitted Deletion of Grid Rows during Inline Editing

0
Hi. I want to have an ability to delete rows in my Data Grid 2, but to defer the actual deletion until I press the Save button (that calls the generic Save Changes action). Otherwise, if I refresh the page, the unsaved deletions should be reverted. I put a Delete button to one of the grid columns and it currently calls a microflow that just clears the reference to the parent object and I added a BCO_ microflow that deletes the current object if it’s an orphan. Clicking the button makes the grid row disappear, but the problem is that this orphan goes out of scope and Save Changes does not commit it so when I refresh the page this object is back in the grid.
asked
0 answers