RE: NAV 2015 updates.
Here it is officially available on NAV Team Blog nowblogs.msdn.com/.../cumulative-update-3-for-microsoft-dynamics-nav-2015-has-been-released.aspx
View ArticleRE: Nav 2013R2 RTC Client object not refresh until restart
Thank You both,I just tested on by Server,My Current DB is SQL 2008 R2(10.50.1600)Enable SQL Broker is not working,Nav 2013 R2 RTC still can't get the object update without restart serviceBut i tried...
View ArticleRE: Nav 2013R2 RTC Client object not refresh until restart
I don't believe it has anything to do with SQL Server version, please check the below linkcommunity.dynamics.com/.../nav-change-listener-is-not-always-listening.aspx
View ArticleRE: Nav 2013R2 RTC Client object not refresh until restart
Still not working,when i changed the object, then go to SQL server select the record from [dbo].[Object Tracking] is 0is that normal?this table should have record when i update the object from object...
View ArticleRE: Special order and item tracking
Hi Francis,Perhaps, in the newer versions.Best Regards,MMV
View ArticleRE: MS Dynamics NAV 2013
Hi, here you'll find credential types for NAV 2013: msdn.microsoft.com/.../hh169371%28v=nav.70%29.aspxWindows authentication will use the user that you are using for logging to the local machine by...
View ArticleMS Dynamics NAV 2013
hi to all,i'm intersting wich protocols are used for authentication ms dynamics nav 2013 to the active directory
View ArticleZetadocs Express related tables?
Hello everybody,I'm using Zetadocs Express and I would like to figure out the related table part.Question 1: does this also work with the Archive Service (thus not with SharePoint...
View ArticleRE: Error of 'Get Return Receipt Lines' cannot close because the system is...
Vanessa,Try this hotfix, i think it is a bug. Even though it says 2009 SP1 compare this code in your version support.microsoft.com/.../2305387
View ArticleError of 'Get Return Receipt Lines' cannot close because the system is...
Hi all,I issue a sales credit memo and go to Functions -> Get Return Receipt Lines and click OK. Below error message encounter in NAV 2009 R2 standard database. Anything mistake? Please assist. Many...
View ArticleRE: Nav 2013R2 RTC Client object not refresh until restart
Please check if you have enabled the object change listener on your databasemsdn.microsoft.com/.../dd568739.aspxAs mentioned in the article make sure check what user the service is running and enable...
View ArticleNav 2013R2 RTC Client object not refresh until restart
When i update the object from object designer and CompileRTC client can't get the new updated object until restart the DymanicsNav71 service.How can i fix it.Thank You.
View ArticleRE: Special order and item tracking
Francis,You can do a small customization in codeunit Create Reserv. Entry in function TransferReservEntry to achieve this. Currently it transfers serial and lot no. only if binding is order-to-order. I...
View ArticleRE: Interface to exchange data between navision and SAP
you need to develope a solution on base of nav web services. for a complete control of what data you exchange, use your own codeunits to publish as web service in nav instead of pages. other...
View ArticleRE: Interface to exchange data between navision and SAP
Hi Navea,Text file can be a method. I got a customer using NAV for reporting to the Government. They don't allow to access to SAP due to security, so they just create SAP reports and save them as .dat...
View ArticleInterface to exchange data between navision and SAP
I need to allow users to exchange data between navision and SAP, is there such solution available?The users must have control over what data to exchange.Thanks.
View ArticleRE: Use of Property "Editing" in Pages using C/AL Code.
One small thing. When you declare the boolean variable, don't forget to set the property IncludeInDataset to Yes. Otherwise, you'll get an error because the program can't find the variable.
View ArticleRE: Error: There are multiple expiration dates registered for lot after doing...
Thanks for the answer,Yes at table level the problem indeed is that we have the same lot with different expiry dates in Item Ledger Entry; this is as a result of the reclass. journal.I just want to...
View ArticleRE: Use of Property "Editing" in Pages using C/AL Code.
Yes this surely works, for an example look at page 21 customer card, how ActivateFields function is used for contact no. fields.
View Article