Hello we have this structure:
DASHBOARD with 2 widgets.
The first widget has a grid.
The second widget has a form.
I want to refresh the grid when a new data is inserted in the form of the widget2.
In onAfterInsert I have put this code but it gives error on screen.
nm_gp_submit_ajax (‘equals’, ‘breload’);
Thanks.