Hi,
I have a read-only grid and loading the data using a recordType.
I am trying to implement "delete" functionality to delete each row of data/db record by having "Delete" in each row.
I am trying to implement by using a Related Actions. But, when I click on "DELETE" it is opening a popup (DIALOG BOX) and closing automatically.
Is there a way I can avoid popup window which is not useful in this scenario.
Thanks
Discussion posts and replies are publicly visible
Hi, If you need to delete the record and don't need a screen to display it then please use a!startProcess and update the record grid while passing the correct variable on save parameter of the a!startProcess function.