How to commit all the tab's record from a screen containing different datasource each

Hi,

I have few record in the browse screen. Now I want to copy a record.
I have created one copy button , now when I click on copy button it perfectly copy every field in the editor screen. But it wont save all the fields while commit. Below are the code and edit screen where you can see I have many tabs in which records are fetched from different entity for each.

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

		} else {
			showNotification("Please select a row to copy", NotificationType.HUMANIZED);
		}
	}

could someone please assist.

Thanks,
Saurabh

1 Like

Hello, @saurabh60292

There is no any code that will demonstrate how editor works in your snippet. It seems that it doesn’t save a copy.

Could you share a test project with your case?

Regards,
Daniil.