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
Did you try to change the parameter "openActionsIn" to a different value?
Hi Stefan,
I have used "openActionsIn" as "SAME_TAB" and there is no pop-up now. But, after deleting the particular row of data, my read-only grid is not reloading with latest data.
Is there a way, I can do refresh of the read-only grid after delete related action.
Thanks.
See you other post for the answer.
I have enabled "Refresh after record action completes", but still no luck.
How do you load the data?
I have used Data Source as RECORD TYPE.
That should do it on the side of that grid. Did you enable activity chaining in your process model? If not, the UI will refresh before that data is deleted.