This article describes how troubleshoot Post to NAV/BC.
If Stamp Events fails when posting try use the Manual post (journal only) in the Stamp Event page.
Standard NAV/BC posting of Productions can fail with the dialog The operation has been finished. Do you want to post output for the finished operation?, which can be solved in two different ways:
- Post the line manual using the Manual post (journal only) in the Stamp Event page.
- Remove the dialog from code:
- For BC18 and newer set
IsHandled := TRUE
with[EventSubscriber(ObjectType::Table, Database::"Item Journal Line", 'OnBeforeConfirmOutputOnFinishedOperation', '', false, false)]
- For older FOB installations(NAV2013 to BC14)
- Remote/Comment
CONFIRM
for this in the tableItem Ledger Journal
.
- For BC18 and newer set
See also
Reference
This help includes both Dynamics NAV and Dynamics Business Central (BC). All references to NAV applies to both.