NAV 2009 with Thunderbird for doc sending
Hi!! Has anyone integrated Thunderbird with NAV 2009? (for automated doc sending).Thanks!
View ArticleRE: * FILTER and FINDSET result
UPDATE:This anomaly is only in NAV 5.0 SP1! In 2009 R2 (6.00.32012) PK filter with Wild Card and FINDSET gives correct results!Its might be a BUG in NAV 5.0 SP1!
View ArticleRE: Dynamics NAV RTC : Command Line Parameter Passing
What do you mean by not working?Are you getting any error?Is NAV installed on system which you are trying?Is it a server?
View ArticleRE: Dynamics NAV RTC : Command Line Parameter Passing
Hi Mohana I was initially vague.The NAV system is locally installed. I have also posted this problem on stack overflow: stackoverflow.com/.../dynamics-nav-rtc-command-line-parameter-passingThe question...
View ArticleRE: Dynamics NAV RTC : Command Line Parameter Passing
Hi MohanaI was initially vague.The NAV system is locally installed.I have also posted this problem on stack overflow:stackoverflow.com/.../dynamics-nav-rtc-command-line-parameter-passingThe question on...
View ArticleRE: Dynamics NAV RTC : Command Line Parameter Passing
As of now there is no way to pass the filter for particular record except Bookmarks.Please have a look at this link to msdn.microsoft.com/.../dd338670.aspx
View ArticleRE: Dynamics NAV RTC : Command Line Parameter Passing
You can check this by simply usingProcess.Start("Microsoft.Dynamics.Nav.Client.exe DynamicsNAV://localhost:7046/DynamicsNAV70/CRONUS%20UK%20Ltd./RunPage?Page=50000")
View ArticleDynamics NAV RTC : Command Line Parameter Passing
I am currently developing a system that will allow for an external piece of software to click a button and his will then execute some c#.net code that plans to call the Dynamics NAV RTC by using the...
View ArticleChange Log
I know in NAV exist some kind of Change Log. How I can use it and where is it? Is it on SQL or in NAV? Can I follow changes by tables or by fields? I use NAV2009R2.
View ArticleRE: Change Log
For ChangeLog setup, you need to go on Administration->Change Log Setup and mark 'Change Log Activated' field. Then, you need to press Setup->Tables button. Now you have list of all tables in...
View ArticleRE: How to set paper roll in NAV2013
For RDLC you should adjust the papersize in Visual Studio. You can read details on msdn: msdn.microsoft.com/.../ff477105(v=nav.70).aspx
View ArticleRE: Employee Card and comments problem
Do you look at the same Employee? Are you see data on his computer?
View ArticleRE: Employee Card and comments problem
Yes, I am looking the same employee and yes I see data on his computer, but when I open card on my PC I have not any notes.
View ArticleRE: Employee Card and comments problem
Are you trying to find comment in Notes part of card (right window part)?
View ArticleRE: Employee Card and comments problem
This is Notes, not a Comment. If you look for Comment, you must open Navigate->Comments in ribbon.If you want to see Notes, he must to fill data in Home->Comments in ribbon.
View ArticleEmployee Card and comments problem
One colleague added few comments on Employee Card. He is sure that he is fill comment, but I cannot see it.I use Microsoft Dynamics NAV 2013.
View ArticleRE: Employee Card and comments problem
You must be clear that whether he has entered Comments or Created Note?You can find Comments on Action Pane under Navigate..
View ArticleRE: Cannot Insert Second Record into Temp Table
The Primary key of Sales Line Doc Type, Doc No. and Line No.So you have to insert those primary key records must.Add below code and try..TempSalesLine."Document Type" := "Document Type";...
View ArticleRE: Cannot Insert Second Record into Temp Table
In which Tables - onAfterGetRecord trigger did you write above code?Is it Sales Line?Then you need to move "Sales Line".SETFILTER("Document Type",'Order');to OnPreDatItem triggerand remove FindSet and...
View Article