Questions tagged [dynamics-nav-2013]

Dynamics NAV is an enterprise resource planning (ERP) development platform produced by Microsoft. Use this tag for issues that are specific for Dynamics NAV 2013.

Dynamics NAV, formerly Navision, is an enterprise resource planning (ERP) development platform produced by Microsoft.

This tag is specific for issues related Microsoft Dynamics 2013. For more general issues related to Microsoft Dynamics use tag .


Useful links


Related tags

32 questions
0
votes
1 answer

How can I set the default filename for a NAV report

When I call REPORT.RUNMODAL(ReportID, xx, xx); If the user goes to print to PDF, they get this extremely useless default filename based on the report ID. Is there a property of the report, or some property I can set in code so that this value will…
0
votes
2 answers

Changing the field CaptionML to ENU in thousands of already created tables in Microsoft Dynamics NAV Development Environment

We have thousands of tables in Microsoft Dynamics NAV Development Environment and we had not given a value for the CaptionML field. This creates an error when sending the tables to MS Excel in NAV 2013. We were wondering if there is some sort of…
0
votes
1 answer

How to generate pdf report automatically in Dynamics NAV

I have designed a report and i would like to save each report in pdf into a specifi folder. How do i achieve this using a codeunit or report? Number:=50050; CustBill.RESET; IF CustBill.FIND('-') THEN tofile := DELCHR(CustBill."Customer No." + …
0
votes
2 answers

List of files from a directory ordered by date

How can I get a list of files from directory ordered by date in NAV? I can't use the File virtual table because there is no key for the date. I've tried with DotNet but implementing the IComparer interface is far too complicated for me. Any…
0
votes
2 answers

Dynamics Nav exchange with Groupon

I need to build an interface between Dynamics NAV 2013 and Groupon API V2 It seems to me that Groupons API data comes in json format - how could I get this information in Dynamics NAV (orders for example) ? Should I use webservices ? Thanks EDIT…
0
votes
1 answer

Microsoft Dynamics Nav JavaScript Add In

I have created an Addin using JavaScript for Microsoft Dynamics Nav 2013, it works fine when I am using it in the same machine where Navision is. Nevertheless,when I replace “localhost” for the name of the machine, it does not work. This is my…
0
votes
2 answers

Microsoft Dynamics NAV table fields not found

I have created two new tables in our Dynamics NAV 2013 installation: 50086 Order By Period and 50089 Item Sales By Period. Each contains Date, Decimal, Integer and Text fields, as well as the Code fields used in the key. I left all field properties…
0
votes
1 answer

Connecting to Ms dynamics nav web services from android

I'm trying to call a ms dynamics Nav (2013 R2) web service from an android application using Ksoap libreries, but i keep getting this exception "java.lang.IllegalArgumentException:size<=0" ! I do not know what can be the reason! Can you help me…
0
votes
1 answer

Update Dynamics Nav 2013 using asp.net web application

a customer has asked me to create a web app to let him insert records in a custom Navision 2013 table. Is it possible to di this using the nav soap web service, considering that the table in question is a custom one? if so, how can i expose in the…
Nekte
  • 17
  • 4
0
votes
2 answers

How can you call a URL without opening a browser in C/Side?

We are using C/Side on one server to try to call a URL to a PHP script on another server without opening a browser window. We want the script to run as a background process. So far, everything we've tried opens a browser. Any suggestions?
Glyph
  • 526
  • 5
  • 20
0
votes
1 answer

Dynamics Nav 2013 Web Client Page in Other Website

I have found interesting Dynamics Nav Web Client functionality thanks to which we can create Dynamics Nav Page as part of other website. It's cool thing, but how it's look with user license? Is it possible to create website which has Dynamics Nav…
0
votes
2 answers

Dynamics Nav 2013 web service without authorization

We are going to integrate Dynamics NAV 2013 with PHP eCommerce and are planning to do this by dynamics nav web services. I know that to integrate with PHP I have to enable NTLM authentication, but I'm wondering if is it possible to publish web…
Adrian Bystrek
  • 528
  • 2
  • 6
  • 19
0
votes
1 answer

How to notify user by email when timesheet is approuved with dynamics nav 2013

i work on Project that displays dynamics Nav 2013 timesheet in sharepoint 2010 With WebPart. i want send email automaticly to user when timesheet is approuved by apporouver ? thx
0
votes
1 answer

Dynamics NAV Control Add-in not found

I'm trying to create a Hello-World control add-in for Microsoft dynamics NAV 2013 R2 (My specific version is 7.10.36836). I'm using this tutorial…
0
votes
1 answer

ESB WSO2 Endpoint Dynamics NAV 2013

I'm trying to create an EndPoint to use Dynamics NAV web services. The problem is that the path to the WSDL http://remotehost:7047/DynamicsNAV70/WS/SystemService?wsdl is protected with NTLM and I can not access. Anyone know how to pass the…