Home
»
Microsoft Dynamics NAV
»
Microsoft Dynamics NAV Forum
»
All Tags
»
Dynamics NAV 2009
Browse by Tags
Tags
.net
2009
About Microsoft Dynamics NAV
add-on
Can someone help me on this.
Dynamics NAV
dynamics nav 2009 R2
Dynamics NAV 5.0
excel
G/L
integration
Microsoft Dynamics NAV 2009
Microsoft Nav
Microsoft Nav CAL Programing
NAV
NAV 2009
Nav 2009 features
NAV 2009 Reporting
NAV 2009 SP1
NAV 2009-SQL
nav 2013
NAV 5.0
nav2009
Navision
Navision 2009
Related Posts
Forum Post:
Re: Adding Custom controls to RTC
Christian Abeln
Hi David, there is no built in Web Browser control in RoleTailored client. But starting with SP1 we have the concept of client extensibility - namely Control Add-ins - which can be used to add custom controls. If you want to host fancy visualization controls, why go Flash or Silverlight - especially...
on
12 Nov 2009
Forum Post:
Re: Nav 2009 Web Services Authentication issue from remote web server
Scott Wright
Hello Ian, I understand you are experiencing slow response times with NAV Web Services through a permanent site-to-site VPN connection. In this situation, when the web service request includes credentials it takes around 15 seconds to receive a reply. When the credentials are removed a response is received...
on
25 Nov 2009
Forum Post:
Help require for Certification
Kishor Kumar Bhatt
Dear All. I am planing for ecam 1.Exam MB7-840: NAV 2009 C/SIDE Introduction 2. C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Certification Exam (Prometric Exam # MB7-841) 3.MB7-838 Installation and Configuration. I am not working with partnersource so i don't have materials...
on
15 Dec 2009
Forum Post:
Re: Re: Nav Report
Ashutosh
Thanks It solved my query. Ashutosh Shrivastava
on
22 Dec 2009
Forum Post:
Creating New Company (Invalid Data Type)
megaadam
Hi Guys, A new user to NAV 2009 SP1... Have literally just purchased and Installed it. I am having trouble Creating a new company as follows using the following steps: 1. File -> Company -> New Company 2. Enter Company Name 3. Select Company Type (This is where the error seems to be) NAV...
on
20 Jan 2010
Forum Post:
NAV 2009 Reporting
Dale Micallef
Is there a simple way to add columns to existing reports in NAV 2009?
on
4 Mar 2010
Forum Post:
How can I detect, if an automation object is not assigned to an automation variable (equals NULL)?
O.K.
Hi, imagine the following code: XMLNode := <..>.FindNode('...'); I want to know, if a XML-Node is assigned to the Var XMLNode or if it is NULL in Navision C/AL The code IF NOT ISCLEAR(XMLNode) THEN... doesn't work. Has anyone a solution? Thanks for the help in advance. Oliver
on
4 May 2010
Forum Post:
Change the whole background color of RTC Client
Christian W.
Is there a possibility to change the whole color of a RTC client depending on the company that is opened. At the moment we would like to have two different companies open side by side. Every extra window that the rtc client opens does not have a reference anymore to witch company it belongs. ...
on
20 May 2010
Forum Post:
Re: nav webservice help
Veerendra
Check MSDN NAV help and Freddys Blog for web service scenario's. http://blogs.msdn.com/b/freddyk/
on
26 May 2010
Forum Post:
Can a menu image be customized?
Dimm
I have added a menu under "Departments" in the navigation pane and I would like to associated my own image and not one of the predefined bitmap images. Is this possible? Or is there a way I can replace one of the predefined images with my own?
on
31 May 2010
Forum Post:
Re: Re: How to change default font in MS Dynamic NAV 2009
Nhue Dang Quang
Ok. Thank you. But we're having too many forms and reports, it's impossible to change it on each form/report by this way :-S
on
24 Jun 2010
Forum Post:
NAV 2009 SP1 RTC Intermittent Error on startup, Metadata for object type table.. error
Grant Hoffman
We are a NAV RTC hoster. We have 8 different NAV 2009 SP1 RTC instances currently running on this Service Tier Nav Server. The first instance, which I loaded on this server about 6 months ago, has just recently started recieving the following intermittent error: Metadata for object of type Table with...
on
30 Jun 2010
Forum Post:
Re: Last Version or FINDLAST
Veerendra
Try the following: IF PurchOrderArch.FINDSET THEN REPEAT PurchOrderArch.SETRANGE("Document Type",PurchOrderArch."Document Type"); PurchOrderArch.SETRANGE("No.",PurchOrderArch."No."); IF PurchOrderArch.FINDLAST THEN PurchOrderArch.MARK(TRUE); PurchOrderArch...
on
8 Jul 2010
Forum Post:
Credit card payment in NAV 2009
Sekar Parasuraman
Hi I am looking for credit card / debit card processing in NAV 2009 for payment receipt. Can you please suggest some options? Regards Sekar
on
8 Jul 2010
Forum Post:
Prepayment application to Sales Order
Nilesh S Shelar
Hi, I have order 100$ but customer paid me 60$ when he placard order. When ship the order then he/she will give me remaining amount 40$. I want to apply 60$ to my order. How can i do it? Also suggest me for best option for prepayment. Thank you.
on
6 Aug 2010
Forum Post:
Reg:Employee Portal & Role Tailored Client
Subashini Viswanathan
Hi Experts, I have a doubt regarding Employee Portal and Role Tailored Client. I have configured Employee Portal & RTC in same company under 1 database. If Employee Portal is working, I couldn’t able to open RTC page of same company. In RTC, I have chosen the company where Employee Portal...
on
9 Sep 2010
Forum Post:
Re: Re: Nav2009 to sp1 & webservice
Chethan Thopaiah
Do I understnad you right that you are having issues settignup NAV Webservices when the database is hosted on a different machine?
on
22 Sep 2010
Forum Post:
Custom Text in Status Bar/ Title Bar (NAV 2009 SP1)
Siddharth Arora
Hello, For one of my client's we have been showing some important information like Location Code, Branch Code where he/ she is logged onto directly on the Main Menu Form. (This functionality is specific to this customer and not standard). With the introduction of Role Tailored Client with NAV...
on
24 Sep 2010
Forum Post:
Nav2009 to sp1 & webservice
eric.li
Hi all experts: I have two quick questions need your advice. One : could directly use Nav2009 sp1 client to open Nav2009 database? so the client can use web service function with double-byte support; is there any bad consequence in the future. Second: when they use web service, they have to...
on
1 Sep 2010
Forum Post:
Re: MS Dynamics NAV & PHP Magento
Jeffery
Hi Craig/DigiTecKid, I am afraid you won't find many answers over here with relation to PHP-NAV integration. Craig, I don't have experience working with magento but have been working on integrating with NAV via a PHP Application. It is a library I have written from scratch and it has been...
on
16 Feb 2011
Forum Post:
Join tables in Dynamics Nav
Wei Tzeng
Hi, I used to program in C/C++ and C# and to join table is piece cake, but since i am new at Dynamics Nav. the question I have is I am making a Form that contain a table box. I want to join 2 tables to show that result data in the table box. Could someone explain or show me an example how to join...
on
16 Feb 2011
Forum Post:
Re: MS Dynamics NAV & PHP Magento
DigiTecKid
Hey Jeffery, I ended up having to do the same thing, build my own integration. I tried to use a PHP add-on for the e-commerce site I'm working with (Interspire Shopping Cart) but couldn't get PHP to connect to the NAV web service (codeunit with an XLMport as a parameter). We are now researching...
on
16 Feb 2011
Forum Post:
Is there a way using .net interop to open an existing Excel file in NAV 2009 R2 RTC?
Hans H. Fiddelke
I wanted to implement the Excel- Buffer- Table 370 in .net interop for speeding up the import of Excel-Data in RTC, but i was not able to open the Excel- File. There is no Constructor avalable for the Excel-Application Object in NAV-CC- Development, or i did not find the correct object. So does...
on
2 Sep 2011
Forum Post:
NAV Classic user guides
Sally B
Where can I find user guides (or any other documentation or training) for NAV Classic 2009? I have only been able to find documentation for Roll Tailored Client in CustomerSource.
on
11 Aug 2011
Forum Post:
Number of invoice lines in RTC - limitations??!!
Filipo
Today I came across one strange thing while working with Sales Invoices in NAV 2009 R2 and had to share it with you.. After entering my 9th invoice i started entering next line (10th).. After I finished entering it (and few more lines), I closed my Invoice. After reopening it I cann't see more...
on
13 Dec 2011
1
2