Refresh master page after inserting a record in detail page

Hello, I. have an application that is a form with a detail grid on it, I want my master form to be refreshed after I enter a record in the detail grid, is this possible?

use this javascript

window.parent.location.reload();

How do you get a Form with a detail Grid on it?

1 Like

use a nested grid. that should do it

1 Like

You ever find the solution to this?

You can use the macro:
sc_master_value(“Object”, “Value”)
This macro Update data in the master application, in real-time, according to changes made in a given field of the detail application.

Here a video:
https://www.youtube.com/watch?v=aBCPsXxht5A