DelayedInsert

Can someone explain how to use the DelayedInsert property of a form? I would like the new record to be saved only when the user moves away from that record, but it doesn’t seem to work.

Hi Setting the DelayedInsert property to yes will make sure that Navision only inserts a record after the user moves away from the record. It can be seen working most easily in a List Form. ‘Moving away’ includes clicking anywhere outside the form boundaries or clicking on a menu / command button.