Quantcast
Channel: Microsoft Dynamics NAV
Viewing all 65770 articles
Browse latest View live

Forum Post: RE: CurrReport.LANGUAGE Translation Failed if is Boolean

$
0
0
hi, change the first code line of trigger "Sales Header - OnAfterGetRecord" in report 205  from CurrReport.LANGUAGE := Language.GetLanguageID("Language Code"); to // variable lang | Integer lang := Language.GetLanguageID("Language Code"); CurrReport.LANGUAGE := lang; GLOBALLANGUAGE(lang);

Forum Post: RE: Dynamics 2013 r2 version - how to make a price list with quantity in stock with customer discount

$
0
0
hi, try report 716 "Inventory Cost and Price List".

Blog Post: What’s New In Microsoft Dynamics NAV 2015: Tablet App

$
0
0
The continual development and commitment to this popular Enterprise Solution by Microsoft has resulted in the latest release of Microsoft Dynamics NAV called Microsoft Dynamics NAV 2015.   Microsoft Dynamics NAV 2015 is here with many new enhancements designed to help your small to medium sized business streamline day-to-day operations and get more from your ERP system.  Quick to implement, easy to use and  functionally powerful , Microsoft Dynamics NAV 2015 is designed to help your company reach its goals. NAV 2015 further allows you to grow your business faster in a mobile and cloud first approach. Also added are features that allow customers to do more to enhance their reports without the need for a programmer. Do more on the go with capabilities such as sending to Excel, up-to-date charts and KPIs, emailing of sales quotes and invoices, and shooting and attaching pictures with your camera. Your executives, sales field, service technicians, warehouse workers and others can now get access to the data they need from the device they prefer.  The apps are free, but you will need NAV 2015.  The list of features includes: Get an overview of your business in the Role Center. Tap and swipe to get to your data and drill down into details. Search across all columns in a list. Send lists to Microsoft Excel or Office 365. Shoot pictures using the camera on your mobile device and upload them to Dynamics NAV. Rotate your device to get an overview of your data or focus on content. ​The App is available for IOS, Android, and Windows Further enhancements to Microsoft Dynamics NAV 2015 include: Radically simplified invoice design and production through new interoperability with Microsoft Word. Power users can now create customized, branded invoice templates on their own in Microsoft Word without having to engage a technical consultant. Microsoft Dynamics NAV 2015 also helps customers collect cash faster and spend less time managing it with new capabilities for electronic payments and automated account reconciliation. Microsoft Dynamics NAV 2015 also offers enhanced upgrade tools to help partners significantly lower the cost and time required to move customer implementations to the current version of Microsoft Dynamics NAV. User Experience Enhancements:  With an even more intuitive RoleTailored user interface, Dynamics NAV 2015 helps you by making data entry on pages faster by showing mandatory input fields (Mandatory Field). Faster processing by automatically filling in document numbers (Auto-fill, No. field). Easier review of documents such as orders, invoices, and credit memos by hiding totals shown on the page.  Increase productivity by only showing what is relevant to the user, depending on user permission sets and license. To present striking operational Business Intelligence (BI) dashboards , that improves decision making and focus actions the Role Center now can show special cue tiles that apply custom formatting to any computed numerical value.  NAV dashboards can show an indicator that changes color based on the data values that the tile reflects (Enhanced Cues). Contact us to schedule a Demo of Microsoft Dynamics NAV 2015  Submit any Questions about Mobile ERP Technology in Microsoft Dynamics NAV  Posted by iCepts Technology Group, Inc. A Microsoft Dynamics NAV Partner in Pennsylvania   Related Posts Microsoft Dynamics NAV 2015 Is Here! Microsoft Dynamics NAV 2015 Release Date October 2014 Microsoft Dynamics NAV 2015 Features Announced

Forum Post: Connect to Dynamics NAV 2015 Web service

$
0
0
I am currently implementing a NAV 2015 solution where I need to access a couple of NAV Page Web services. The problem is that I can't get past the Authentication. I have tried using both http and https but no matter what I try I'm unable to connect. Trying to browse the Web Service using either  IE or Chrome just results in a neverending stream of login windows.   NAV is set up to use Windows Credentials. Using http I'm able to add the reference to my Visual Studio 2012 project. But when trying to use the service I keep getting errors regarding credentials. Using https the neverending stream of login windows appear.   Example for NAV 2013 like ( http://msdn.microsoft.com/en-us/library/dd355316(v=nav.71).aspx)  does not work. For example the UseDefaultCredentials attribute doesn't exist. I'm new to NAV but to me it seems like the Web Services implementation have changed from NAV 2013 to NAV 2015.   Is there anyone that know how to configure/connect to the service? Spent the last 2 days testing different combinations of configurations and code.

Forum Post: RE: Connect to Dynamics NAV 2015 Web service

$
0
0
hi, follow msdn.microsoft.com/.../dd338962(v=nav.80).aspx use the sample from chapter "Calling the Web Services" and add the nav webservice in vs2012 as web service reference (not as wcf service reference). property UseDefaultCredentials does only exist when reference the nav web service as .net web service ref. (not as wcf service reference).

Forum Post: RE: Only one login: There is no company in the DataBase. Contact your system administrator

$
0
0
Thansk a lot to everyone, special thanks to Tharanga

Forum Post: RE: Connect to Dynamics NAV 2015 Web service

$
0
0
I will try that again. But for now I keep getting the popup below when trying to add the reference. I have tried both with and without SSL.

Forum Post: RE: Only one login: There is no company in the DataBase. Contact your system administrator


Forum Post: RE: Connect to Dynamics NAV 2015 Web service

$
0
0
Is your NAV web client working properly? Plus when you provide your login credentials provide with your domain. DOMAIN\UserName

Forum Post: Best ways of integrating NAV with a Sales System

$
0
0
I need to  integrate a POS system with Dynamics NAV 2013. What is the best way ?  1. Using a NAV webservices 2. Direct SQL import to NAV intermediate tables? They have around 1000 invoices per day and they need this integration to happen real time so that they can get generate finance report from NAV real time. What is the best way of doing this?

Forum Post: RE: Best ways of integrating NAV with a Sales System

$
0
0
I have used both the options with few of our clients. however as for my understanding best way is to use first option, that is using webservices. Reasons 01. Once you use the webservices you can directly retrieve the errors if there is any error in the invoice. 02. You do not have to handle any transactions since NAV itself handle them for you. 03. You do not have to write any extra insert or update TSQL statements since NAV handle them with webservices. 04. Very easy to integrate, You just need to expose the sales order page as a webservice and then pass the values to the page. 05. You do not have to do much modification in NAV ( if you use intermediate tables in NAV then you have to run a report, or query to batch process the invoice, or else you need additional coding to make it real time.)

Forum Post: Certification to become a developer?

$
0
0
What are the certifications required to become a certified developer for Dynamics NAV? Is there a path to follow?

Forum Post: RE: Best ways of integrating NAV with a Sales System

$
0
0
Thank you for the answer. I developed a process only report and used a job queue to execute it in every 15 min and update sales header table and sales line table. Then post the entries. But it did not work very well. I will try the webservice, is there any other way of doing this?

Forum Post: RE: Certification to become a developer?

$
0
0
It is not a must to complete NAV certifications. But if you feel like you can do them and you want to do it then you can do following certifications. Microsoft Dynamics NAV 2013 C/SIDE Development MB7-702 Microsoft Dynamics NAV 2013 Core Setup and Finance MB7-701 Microsoft Dynamics NAV 2013 Installation & Configuration MB7-700 Use this link for more info : www.microsoft.com/.../dynamics-certification.aspx Earlier if you are working with a Dynamics NAV partner it was mandatory to complete the certificates to earn the competency, but with new rules Microsoft does not  check the certification requirement, tharangac-dynamicsnav.blogspot.com/.../elimination-of-certification-mpn.html Plus if you want to do the certifications there are many shortcuts you can take ( mock exams) but I would suggest you to not to use them and get the experience first and then go for the certification.

Forum Post: RE: Connect to Dynamics NAV 2015 Web service

$
0
0
are the client pc and the server (with nav service) within the same windows domain? if there is a firewall active between the 2 pcs, turn it off. execute the web service url in the browser (ie). do you get a correct result without error (xml structure)?

Forum Post: RE: Best ways of integrating NAV with a Sales System

$
0
0
hi, use a xmlport for sales header/sales line to import/export sales order data. you can use that xmlport with webservices (best with your own published codeunit). to use that the pos system has to create xml docs with the according structure. then call the webservice with xml doc parameter. the webservice method gets the xml data; using the xmlport it's easy to create the sales order (with lines) and post it. other option: export the xml message from the pos system and save that xmldocs as xml files to a shared folder. with a nas job you can fetch these xml files and import them using the xmlport. follow:  http://msdn.microsoft.com/en-us/library/hh165768(v=nav.71).aspx

Forum Post: RE: Error when i try to configure the connection to SQL Instance (NAV 2013 R2)

$
0
0
I'm sorry for the inconvenience, thank you very much for your support, I was able to install NAV 2013 R2 SQL component if I install it on the same server where SQL Server is installed. Now, if I have an SQL Server 2012 (Machine A) server, and I want to install the NAV SQL Component on another server (Machine B) indicating that the machine where i have SQL Server installed is the machine A, i cannot do it and i don't have the field to indicate this information: http://www.comporsys.de/assets/blog/_resampled/resizedimage600504-blog112012-image6.png http://www.comporsys.de/assets/blog/_resampled/resizedimage600506-blog112012-image7.png So it's impossible to install NAV SQL component on different machine that SQL Server ??? best regards Guiga Hafedh

Forum Post: RE: Error when i try to configure the connection to SQL Instance (NAV 2013 R2)

$
0
0
hi, strange that you don't  have the custom option on the setup dialog (in german "Benutzerdefiniert"). it should go like that: and/or there click Custom (in GER "Benutzerdefiniert"). after that you get the next dialog page: then and then the sql server configuration: if you have problems with that, you can also set/change the sql server configuration with the  "Microsoft Dynamics NAV Administration". you should find it in the windows menu or open it with "C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Microsoft Dynamics Nav Server.msc". there you can also set the login data and/or create a new nav server instance.

Forum Post: RE: Best ways of integrating NAV with a Sales System

$
0
0
Thank you for the help. I will check the proposed methods.

Forum Post: RE: Connect to Dynamics NAV 2015 Web service

$
0
0
The NAV Web Client works properly and I provide my credentials in the DOMAIN\UserName form´. Both the client and the server are on the same domain. I have administrator privileges on both client and on the server. The Windows firewall is active (set by Group Policies) on the server but all port that are involved are open.
Viewing all 65770 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>