hey guys,
using Jmix 2.0 + FlowUi + Java
many changes are still unclear, but I understand the process.
if you can help me how to call an Action “entity_lookup” passing parameters to the class to be used.
to make understanding easier, depending on the location where the call is made, some filter is passed, for example
customer, seller, supplier… but the screen is the same, that is, the information is in the same table, but a tag differentiates the record
in Jmix 1.5 used as follows
@Install(to = “vendedorField.entityLookup”, subject = “screenConfigurer”)
private void vendedorFieldEntityLookupScreenConfigurer(TabPessoaBrowse screen) {
screen.setOrigem(“vendedorPedido”);
}
and the screen that opens has the handle for that property, and the magic happens.
In this case, what would be the correct way to proceed?