Forum Post: RE: Posting
Hii, I am getting the second line of item charges automatically as per your suggestion, but now my problem is when I want to invoice I am getting error that 'U must assign item charge if u want to...
View ArticleBlog Post: Partners In Health Renews Its Investment in Microsoft Dynamics NAV...
Partners In Health is a non-profit that provides high quality health care to some of the poorest and most remote places in the world. This work is as complex as any multinational operation, but it...
View ArticleForum Post: RE: Automatic assignment
As I said they have add-ons for the classic client as well....
View ArticleForum Post: RE: reducing size of nav 2009 database
Hi Sharpblue, If you have to shrink it, then do it from SQL. Here you have the right tools to do so. Remember to backup everything (twice) before starting. ;) But 50% free space isn't very much, you...
View ArticleBlog Post: 6 Types of Data to Synchronize Between Ecommerce and ERP Systems
Ecommerce and ERP integration affects functions across the organization, driving benefits to each function (IT, Operations, Sales, Marketing, Customer Service, and Management) and the organization as a...
View ArticleForum Post: RE: NAV 2016 - Sales Post via Job Queue
Dear Mr. Erik, Thanks for your reply. Just as you said, background posting is different to others. I remove the Job Queue Entries of CodeUnit 88 and restart the job queue then the background posting...
View ArticleBlog Post: Resumen de Cumulatives Updates de Agosto para NAV
Llega nuestra cita mensual con el resumen de CUs para las versiones soportadas de Microsoft Dynamics...
View ArticleBlog Post: Word Layout reports data control by C/AL
Some have asked me (both on Dynamics Community and Mibuso) how to use in NAV Word Layout reports property to hide the value 0 or other values in fields under conditions. Sample of question: “I have...
View ArticleForum Post: RE: Code Unit 80: Posting item charges in value entries
If the item charges have been inserted into table 37 (sales line), then when you post the sales order/invoice, then codeunit 80 automatically posts it for you. The function as such is used by calling...
View ArticleForum Post: RE: Code Unit 80: Posting item charges in value entries
Okay Thank You Actually I have written the code for insertion of item charge line while posting the item in sales order, so second line of item charge was added automatically after ship the item Now I...
View ArticleForum Post: RE: Code Unit 80: Posting item charges in value entries
PostItemWithItemCharge(GRecSalesLine : Record "Sales Line";NewItemChargeAssignment : Record "Item Charge Assignment (Sales)") WITH SalesLine DO BEGIN IF SalesLine.Type = SalesLine.Type::"Charge (Item)"...
View ArticleForum Post: RE: Code Unit 80: Posting item charges in value entries
Please suggest me to post it in value entries also
View ArticleForum Post: RE: Code Unit 80: Posting item charges in value entries
Please read my reply above. You should NEVER post or try to post anything directly to value entries tables or any other ledger tables. Always use the appropriate codeunit. In this case codeunit 80....
View ArticleForum Post: RE: NAV 2016 - Sales Post via Job Queue
The whole purpose of using the "background posting" is to push the posting to the background, so that the users can continue. Instead the invoice/order is posted at first convenience. So you don't...
View ArticleForum Post: RE: Code Unit 80: Posting item charges in value entries
Yes I have inserted in sales line table but it didn't post in value entries why this happened? please help me regarding to my code
View ArticleForum Post: RE: Posting
Hii maihuishin, Please help me to post the item charges automatically by not using the item charge assignment feature as I have written some code for it in code unit 80 but it is not updated in value...
View ArticleForum Post: RE: NAV 2016 - Sales Post via Job Queue
Thank you Mr. Erik, I am totally misunderstand the purpose of 'Background Posting' :D. And a Job Queue to run Batch Posting is what I need. Thanks.
View ArticleBlog Post: Buildnummern-Übersicht Microsoft Dynamics NAV 2013
Stand: 11.08.2016 Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt. Der...
View ArticleBlog Post: Buildnummern-Übersicht Microsoft Dynamics NAV 2013 R2
Stand: 11.08.2016 Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt. Der...
View Article