Skip to main content

Microsoft Dynamics NAV 2018 - Sales & Purchase Batch Posting Issue.

Hi Readers,

I am fixing this issue in multiple NAV 2018 projects, so I thought it would be nice for sharing it to the community so if anyone faces issues can fix it.

Below are the details of what objects are impacted for this change and what additional steps to do other than object merge.




Applies To - NAV 2018 Pre CU09 (Application Hotfix), Sales & Purchase Batch Posting.

I have seen issues reported by the user. Below are examples -

1. The Batch Processing Parameter Map already exist. Identification Fields and values: Record ID= Sales Header: Order,''

2. When I try and post a batch, nothing happens. Also, if I try and invoice an individual order, it always posts to a fixed date.

Microsoft object Impact for the fix are codeunits - 1371|1372|1380.
These codeunits have been referred in two codeunits - 88|98

Object Impact for fix issue - 88|98|1371|1372|1380

Codeunit 88     Sales Post via Job Queue
Codeunit 89     Purchase Post via Job Queue
Codeunit 1371 Sales Batch Post Mgt.
Codeunit 1372 Purchase Batch Post Mgt.
Codeunit 1380 Batch Processing Mgt.

If these objects are not modified in the customer database, we can replace these objects from CU09 database otherwise compare listed objects to merge changes.

This actually does not fix the issue as legacy data exist which will be required to be cleared.

Additionally - we will have to delete data from table 52 & 53.

These tables are used to store data that stores batch processing parameter and Map.

Table 52 - Batch Processing Parameter &
Table 53 - Batch Processing Parameter Map

Hope this article help you in fixing the issue in the customer database.

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -