Child table row 'pop-up' custom script refresh issue

Using
ERPNext: v12.11.2 (version-12)
Frappe Framework: v12.9.1 (version-12)

The grid for child tables on a doctype form only allows limited information, so clicking on triangle at end of row brings up full child table row ‘pop up’ (not sure what correct name is for overlay).

Have button on overlay and custom script that does calculations, updates AND refreshes fields on this child table row CORRECTLY.

Issue is that the new values are seen on the main/parent doctype form child table grid NOT on child table row overlay/pop-up. Need to Escape out of pop-up and click on triangle again to see updated values in overlay/pop-up.

What is function to refresh fields in the overlay/pop-up?

Thanks in advance

1 Like