Related Posts
  • Forum Post: Re: Adding Custom controls to RTC

    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...
  • Forum Post: Re: Nav 2009 Web Services Authentication issue from remote web server

    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...
  • Forum Post: Help require for Certification

    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...
  • Forum Post: Re: Re: Nav Report

    Thanks It solved my query. Ashutosh Shrivastava
  • Forum Post: Creating New Company (Invalid Data Type)

    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...
  • Forum Post: NAV 2009 Reporting

    Is there a simple way to add columns to existing reports in NAV 2009?
  • Forum Post: How can I detect, if an automation object is not assigned to an automation variable (equals NULL)?

    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
  • Forum Post: Change the whole background color of RTC Client

    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. ...
  • Forum Post: Re: nav webservice help

    Check MSDN NAV help and Freddys Blog for web service scenario's. http://blogs.msdn.com/b/freddyk/
  • Forum Post: Can a menu image be customized?

    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?
  • Forum Post: Re: Re: How to change default font in MS Dynamic NAV 2009

    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
  • Forum Post: NAV 2009 SP1 RTC Intermittent Error on startup, Metadata for object type table.. error

    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...
  • Forum Post: Re: Last Version or FINDLAST

    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...
  • Forum Post: Credit card payment in NAV 2009

    Hi I am looking for credit card / debit card processing in NAV 2009 for payment receipt. Can you please suggest some options? Regards Sekar
  • Forum Post: Prepayment application to Sales Order

    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.
  • Forum Post: Reg:Employee Portal & Role Tailored Client

    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...
  • Forum Post: Re: Re: Nav2009 to sp1 & webservice

    Do I understnad you right that you are having issues settignup NAV Webservices when the database is hosted on a different machine?
  • Forum Post: Custom Text in Status Bar/ Title Bar (NAV 2009 SP1)

    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...
  • Forum Post: Nav2009 to sp1 & webservice

    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...
  • Forum Post: Re: MS Dynamics NAV & PHP Magento

    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...
  • Forum Post: Join tables in Dynamics Nav

    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...
  • Forum Post: Re: MS Dynamics NAV & PHP Magento

    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...
  • Forum Post: Is there a way using .net interop to open an existing Excel file in NAV 2009 R2 RTC?

    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...
  • Forum Post: NAV Classic user guides

    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.
  • Forum Post: Number of invoice lines in RTC - limitations??!!

    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...