Forum Post: RE: Copy Rows feature - NAV 2016
I cannot say why it has become slower. But the copy function has always been something you should avoid, from a performance perspective. Or at least avoid when we talk about so many records. If you...
View ArticleForum Post: RE: Windows authentication vs NAVUserpassword
Have you tested your Domain Controller? If this is not responding in a timely matter, then that's where you have your issue.
View ArticleForum Post: RE: Windows authentication vs NAVUserpassword
But that should only be to authenticate log in. Once logged in there should not be any difference. A possible difference might be that they are comparing two different users with different security...
View ArticleForum Post: RE: Windows authentication vs NAVUserpassword
Hi Erik, David thanks for your responses. We do not have any issues with login - having said that - what does you mean test the domain controller , can I please request you to elaborate? Our main issue...
View ArticleBlog Post: Handling exceptions inside NAV when using Web Services integration
In a forum post I’ve recently received a request on how to handle a scenario like the following: an external client application has to call a Microsoft Dynamics NAV object (codeunit) published as Web...
View ArticleForum Post: RE: Editting Chart of accounts
But Why is this allowed? Shouldn't there be a very strong reason for microsoft to allow this feature?
View ArticleForum Post: RE: Editting Chart of accounts
Why not? Most companies will, although at infrequent intervals, need to reorganize their Chart of Accounts slightly. NAV ensures, as Erik notes, that the integrity of all the transactions remain. I see...
View ArticleForum Post: RE: Editting Chart of accounts
Yes 7 years late it is still valid. as this allows you to reorganize the sb totals in your chart of accounts.
View ArticleForum Post: RE: Renaming GL Account number.
Why will this be an issue for audit? When you have all the G/L accounts in G/L account table and G/L entry table and all other subsidiary table in sync, I don't see any issues and this is absolutely...
View ArticleBlog Post: Enable Code Analysis for AL
It’s the week of “undocumented features”, apparently. Today: code analysis. Apparently, the al-language extension comes with a built-in analysis for your al-code. Thing is: it’s disabled by default....
View ArticleBlog Post: Connecting to Microsoft Dynamics 365 for Sales Version 9.0
Dynamics NAV 2016 and later versions use a native integration with Dynamics 365 for Sales for a smooth experience. But our friends in the Dynamics 365 for Sales team have announced a new...
View ArticleForum Post: RE: Import Excel spread sheet into Dynamic Nav 2017
I want my code to check if record already exist in the database before importing existing or new record
View ArticleForum Post: RE: Import Excel spread sheet into Dynamic Nav 2017
contact.reset; contact.setrange(code,rec.code); if not contact.find('-') then Import the record;
View ArticleForum Post: RE: Import Excel spread sheet into Dynamic Nav 2017
Thumb for you, sir. It's working now. my code goes likes this Contact.RESET; Contact.SETRANGE(Name,Contact.Name); IF NOT Contact.FIND('-') THEN MESSAGE('Contact(s) importations successful');
View ArticleBlog Post: Using AdvaniaGIT in Visual Studio Code
It has become obvious that the future of AL programming is in Visual Studio Code . Microsoft has made a decision to ship all their releases as Docker Containers . The result of this is a development...
View ArticleForum Post: RE: Idle sessions not killed in NAV 2017
Hi Suman, I have not experienced or tested this my self. But I have seen it reported in other posts here on DUG. And of course So it seems that it may be a general problem (unless of course your client...
View ArticleForum Post: RE: Check record already exist while importing XMLportXMLport
Well of course it does. You code will always show the error. You don't have a condition (IF) before showing the error. Just as answered in your main question. So please continue in the other thread. I...
View ArticleForum Post: RE: NAV 2016: Creating views within the Navigation Pane.
No. Pages like this cannot be added to the navigation pane, unless you completely redesign it as a new list type page.
View Article