Hi,
I’ve just found out this issue:
I have application parameters “table” called Calculation.
I’ve created Button field in another table used for open this Calculation table.
await doo.form.openForm("Calculation", {});
Once I click the button the form is opened, but I can’t close it anymore. Only way to get back is to reload whole page.
Is there any way to make it work?