Collection DS commit for copy Button

Hi,

I have a copy button in my browse screen which works pefectly and copying the records in edit screen. But while saving the record only few records are saving like only for below mentioned DS.

openEditor(newUnderwritersIns, WindowManager.OpenType.THIS_TAB).addCloseWithCommitListener(() -> underwritersInsesDs.refresh());

Now I have many tabs in the editor screen which have many collection DS , my guess is may be those DS are not commit while closing the window. is that right?

Thanks,
Saurabh

Hi Saurabh,

Please create a small test project demonstrating your problem, and we’ll try to help you with it.