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