Blog Post: Equisys ZetaDocs with Tectura Document Configurator
How do I get the Equisys ZetaDocs add-on to work with the Tectura Document Configurator? There are some tricks to know, but once you know them it is actually easier then making it work with the...
View ArticleBlog Post: NAV 2013 R2 - Howto enable Windows Search Service in Windows...
Hi all,While installing NAV 2013 R2 on Windows Server 2012 the Installer gives an error message of missing component of Windows Search.ERROR -"The following external program are prerequisites to one of...
View ArticleForum Post: RE: Cannot Upgrade Report from NAV 2009 to NAV 2013
I would try to deactivate the code and remove variables that refers to dimensions in your 2009 environment, then convert the report and last reprogram the parts that has to do with dimensions in your...
View ArticleBlog Post: From the Microsoft Dynamics NAV Blogs: Change Log; Extended Test;...
A selection of the latest insight from the Microsoft Dynamics NAV blogs: View Change Log from Ribbon; How to Use the Extended Text Feature; Restarting Job Queue When it Hits an Error on Dynamics NAV...
View ArticleForum Post: RE: Create a payment through page service in NAV 2013 R2
You just have to call the codeunit passing the journal record filled with the payment data. Here's a very rough example:OBJECT Codeunit 50000 VendorPaymentWS{ OBJECT-PROPERTIES { Date=04/28/14;...
View ArticleForum Post: RE: problems encountered
Your statement is too vague to express any valuable suggestion.What version are you using? Classic/RTC?Any add-on installed (LS Retail)?Do the crashes happen doing some specific operations?Did you...
View ArticleForum Post: RE: NAV 2013 MRP problems
Hello Olof,Thank you for your explanation & consideration..I will aim to conduct some testing using your suggestion this week & will report the results here.Regards,Mark Woodward
View ArticleForum Post: RE: Problem with Outlook Synchronization with Nav 2013 and...
Hi, unfortunately I don't have any further suggestions: looking for information about this problem I just found an article referred to the connector...
View ArticleForum Post: RE: End of life Nav 2009 R2
Yes it's about licensing , if we buy 2009 r2 with access for 100 users, and in 2019 we plan to have 150 users at the same time logged in, can we the bye the extra accounts to nav 2009
View ArticleBlog Post: Building a Cloud Cost Model for Microsoft Dynamics: How to Compare...
As applications and supporting infrastructure age, there comes a time to decide how to move forward. The cloud is at the forefront of each one of those decisions today. With general public cloud...
View ArticleForum Post: RE: Bank Reconciliation
As NAV does not have a standard Payroll module I can only assume that you are using a NAV third party add-on. As such you will need to discuss with this company how Payroll is creating the Payment...
View ArticleForum Post: RE: Dynamics Nav 2013 - Trial Version
You can search in the below linkhttp://dynamicsuser.net/media/
View ArticleForum Post: RE: Dynamics Nav 2013 - license types
I'm not sure what you mean as 'online'. If your client want to buy license, he can it using perpetual license model. You have full and limited users and you have Starter pack and Extended. If your...
View ArticleBlog Post: Microsoft Dynamics NAV: How Code Changes Save Hours of Execution...
Microsoft Dynamics NAV: How Minor Code Changes Can Save Hours of Execution Time Coding for PerformanceC/AL, the Microsoft Dynamics NAV programming language, is very flexible. There are a lot of ways...
View ArticleForum Post: RE: Where do I check the partially shipped qty of a sales order??
+In your standard order-page (list and card), press Navigate -> Shipments; here you'll get a list containing all shipments created and based on that order.Also in your order-lines you have the field...
View ArticleForum Post: RE: bank receipts
Thank you Rebussi, but the problem was another; the customer was blocked :-/Bye bye
View ArticleForum Post: RE: update transactions in NAV
Please refer the related post https://community.dynamics.com/nav/f/34/p/125901/270837.aspx#270837
View ArticleForum Post: RE: Dutch Digipoort wrapper.
Solved. The QBS-Group supported me with 32bits dll's. Thanks to them.Henny
View ArticleForum Post: RE: Dynamics NAV 2009 R2 - Page changes without any effect
Just to point out: at least when you close the RTC client and open it again, are you able to see the changes?Furthermore, the SQL Server error log does not log any relevant problem?
View ArticleBlog Post: Navision’da Time alanı Sql Server’a UTC formatında atılır. Local...
select top 10 dl.[Dep_ Time], DateAdd(mi,DateDiff(mi,GETUTCDATE(), GETDATE()),dl.[Dep_ Time]) from [DOCO$Dispatch Line] dl (nolock)
View Article