Blog Post: Microsoft Dynamics NAV Funktionaler Vergleich zu vorherigen Versionen
Sie benötigen einen übersichtlichen Vergleich der einzelne funktionalen, wie auch technischen Änderungen in den einzelnen Microsoft Dynamics NAV Versionen? Auf der Microsoft Dynamics NAV...
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Thank you Thomas. Yes the idea is just to create Sales Invoices and then NAV Post Batch will take care of the posting. I do not know about the VALIDATE() function but I will use it to validate Invoice...
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Thank you Erik. I like the idea of pre-invoicing test before they create the actual invoices. After they create the invoices NAV will take care of the rest. I do have Invoice HDR and Line Information (...
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Do you have this header and line information in NAV already, or creating it on the spot? It really depend on what context your invoice job is. Typically one kind of line items, combined with the use of...
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Yes, I do have my own NAV tables (HDR and Line Tables) where I have Customers (HDR information just the required fields ) and Line( Item information required fields). Now I would like to read my own...
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Well, then your job is pretty much like the create job invoices function. Here you have job planning lines and the job, and creates invoices or credit memos.
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Thank you Erik. I will look into job invoices function. Thank you
View ArticleBlog Post: Microsoft Dynamics NAV Source Code Analysis – LineCount
Recently, I came across this nice graph: http://www.informationisbeautiful.net/visualizations/million-lines-of-code/ . Pretty cool to see the comparison. But – obviously – the next question for us...
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Hi Erik, Basically I have to understand CodeUnit 1002 and "re-use" it. Do you know the Codeunit for the standard service contract invoicing?
View ArticleForum Post: RE: Performance Issue after assigning User permission
We noted that for those user assigned with “super user” permission does not encounter any issue. However, the end user with their respective permission set are facing slowness issue. • We had check and...
View ArticleForum Post: RE: Create 100's Sales Invoice Documents Programmatically.
Basically yes. I would use the "patterns" in this codeunit, not the service contracts. Think the job postings are a little more "standard NAV" than the service module. Easier to turn around to...
View ArticleForum Post: RE: Some drop down menu does not work. In Purchase Order, example...
Hi Erik, After pressing Ctrl+F4 than Salesperson/Purchaser (13) List page get opens. In purchase Line, G/L Account is other field. Version 2013 R2. Regards
View ArticleForum Post: RE: Some drop down menu does not work. In Purchase Order, example...
But when it opens with Ctrl+F4 does it display all the data, or is this list also empty?
View ArticleForum Post: RE: Some drop down menu does not work. In Purchase Order, example...
And does the same thing happen for all users?
View ArticleForum Post: RE: Cancel the Creation Process when try to create/open Word...
.. Error Comes from last line ..
View ArticleForum Post: RE: Some drop down menu does not work. In Purchase Order, example...
Hi Erik, No it is not happening with all users. It is only happening with one user. Regards
View ArticleForum Post: RE: Some drop down menu does not work. In Purchase Order, example...
Hii Gunjan Kindly check the user setup table (91) ,if there is any additional customization's done against the particular user.
View ArticleForum Post: RE: Some drop down menu does not work. In Purchase Order, example...
Hi Rahul, I checked the User Table (91), but no additional customization is done over there against any particular user. Regards
View ArticleForum Post: RE: Some drop down menu does not work. In Purchase Order, example...
What if the same user looks up Sales Person code on sales orders? Does the same happen here? If not, then I'm 99% sure that it's due to some kind of customizations done in your purchase orders and...
View ArticleForum Post: RE: Cancel the Creation Process when try to create/open Word...
Is the issue related to the user or NAV? Does the same happen for other users on other PC's? And what if the same user log's into a different PC? Whenever we work with Word integration, that's...
View Article