I have a dashboard with 3 widgets, the first one is a grid with a field link that opens on the second widget, which is a form that has a master/detail and which detail opens on a third widget.
The problem seems to be that when I open the dashboard, since none of the grid fields have been selected, and thus, the second widget is an empty form, the third widget, the grid, is throwing an error stating “form_cust_empty.htm not found on the server”. I checked and such file does not exist on the app folder. I copied the file “dash_customers_empty.htm” and renamed it to “form_cust_empty.htm” and that fixed the problem. It is a hack obviously. But there may be something missing during the file generation.