I can create a new entity-edit.xml screen. No problem there.
However, when using a entity-browse, I cannot find any docs on how to launch this new entity-edit.xml I just created.
The question is, how and where do I assign this new edit screen to be launched from a browsing screen?
The following parameters can be set both in XML and in Java:
screenId - string id of the editor screen to use. By default, EditAction uses either a screen, annotated with @PrimaryEditorScreen, or having identifier in the format of <entity_name>.edit, for example, demo_Customer.edit.
screenClass - Java class of the editor screen controller to use. It has a higher priority than screenId.