Mster / Detail with Grid Modal

Hello All,

I?m not sure if this issue could be categorised as a bug or not, but it certainly seems to be an inconsistency, so would be nice if it could be addressed?

I have a master detail form configured as follows?

Master is a form application configured as ?Single Record? (Form1).

Detail is a grid application (Grid1). In the master / detail configuration for Form1 I have ?Grid view mode? set to Enable all features. I then have an application link from Grid1 to a single record form (Form2) which is called in a modal dialog to allow editing / deletion of each row on the grid.

If I edit a record using Form2 in the modal popup, then sc_master_value works perfectly for the onAfterUpdate event and posts my field totals to Form1. It seems however that sc_master_value does not work in this configuration when called from the onAfterDelete or onAfterInsert events in Form2.

I had a similar issue to this when using two single record forms configured as master / detail which was corrected recently by Netmake. As the onAfterUpdate event works with sc_master_value in a modal configuration I?m hopeful that the onAfterInsert and onAfterDelete events can be modified / corrected to behave in the same way.

The configuration of single record form > grid > modal edit form does make for a powerful user interface, so it would be nice if this could be addressed.

Regards,

Mike