Implementing Microsoft Dynamics 365 Business Central On-Premise - Fourth Edition
by Alex Chow, Roberto Stefanetti
No save button
Microsoft Dynamics NAV does not have any kind of save button anywhere in the application. So, data is saved into the database as soon as the user leaves a field.
Likewise, a record is inserted in its table right after the field (or fields) of the primary key. Some pages, such as Sales Line and the different journals have the DelayedInsert property set to Yes, which means that the record won't be inserted until the user moves the cursor to the next line or the next record.
The major advantage is that users can create any card (for instance, Customer Card), any document (for instance, Sales Order), or any other kind of data without knowing all of the information that is needed. Let's explain this with an example.
A new customer ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access