Hi,
-
In a lookup field, how do you force the picker to open its related entity screen dialog in a modal?
I don’t see this option when choosing type “picker_lookup”.
If I set the related entity toforceDialog="true"
, it will never open in a new tab and that’s not good.
I’m looking for a way to letpicker_lookup
to open its screen dialog. -
I have a master-details screen and im calling it from a frame.
<window ...> <data> .... </data> <layout> <frame height="100%" screen="masterdetails_EmailLog.browse"/> </layout> </window> @UiController("masterdetails_EmailLog.browse") @UiDescriptor("email-log-browse.xml") //@LookupComponent("table") @LoadDataBeforeShow public class EmailLogBrowse extends ScreenFragment { }
When I click on “create” in the master details grid, the system looks for the edit screen and throws an error. in master details there is no edit screen, it is embedded.
Attached, sample project.
Application -> Email Log Frame -> click on “Create” and you will get the error.
masterdetails.zip (96.7 KB)
Thanks