Refresh form onAfterInsert

Hi, I have editable grid form, and I would like to refresh form after I insert record.I use this form as detail to another form.I would like to use refresh, because I have field in footer which should have updated value. Or there is some other way?

Re: Refresh form onAfterInsert

I would think that you have to reload the form. You are looking at a snapshot, and not the live data.

Regards,
Scott.

Re: Refresh form onAfterInsert

Can’t you simlpy update the field value in your footer after the update?

Re: Refresh form onAfterInsert

The update button works with form data, and this field as part from form fields is updated too.But when this field is on form footer update is not immediate, it is shown after reloading form from the menu.

Re: Refresh form onAfterInsert

I’m not sure if you can address a field on the header or footer.
It’s not documented, so you should make a support ticket.