Questions tagged [dynamics-nav]

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

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

Dynamics NAV uses a proprietary programming language called C/AL, which is syntactically similar to Pascal. The C/AL runtime provides constructs for interacting with database records, files and the host environment. Runtime functionality can be extended using COM and .NET.


Useful links


Version-specific tags


Other related tags

371 questions
1
vote
2 answers

Dynamics Nav Control Add-in supported internet explorer

I want to use the webgl in my add-in, so I need the IE 11 support. I've found that in temporary add-in's files (which are creating when the RTC client is starting) is line: which…
1
vote
1 answer

How to recursively build a list of Item Substitutions when multiple substitutes exist

In Microsoft Dynamics Nav 2013, there is a feature for specifying Item Substitutions for an item (product); However, you can specify more than one substitution for a single product and technically a substitution can itself have one or more…
sdaugherty
  • 258
  • 2
  • 13
1
vote
0 answers

How do I maintain original datatypes in WCF Service proxy results

Unfortunately, I'm away from my computer now, I'll post my code and the error message as soon as I can, but maybe you'll have some suggestions without it? I need to create a WCF Service Library which then I need to use as a proxy to connect to…
Michal Leszczyk
  • 1,849
  • 15
  • 19
1
vote
1 answer

Dynamics Nav 2013 web application

I want to create web application (sth like dashboard) which will be integrated with nav 2013. (Take data form Nav, display it to customers and also can update or insert data). In Nav I have done all tables and pages which have specificed all…
1
vote
1 answer

Can I use the Key field in NAV table records the way I want to in an XMLPort?

Specifically in NAV 2013. When I look up a record using a Page webservice, I get a response something like the following:
Jason
  • 13,606
  • 2
  • 29
  • 40
1
vote
2 answers

Access Dynamics NAV Webservice with Java

I am trying to access a Dynamics NAV 2013 R2 web service from Java. The web service is running and when I enter the URL in the Internet Explorer, I can see the WSDL but first I am prompted for Username and Password. On Wireshark I can see that it…
lanoxx
  • 12,249
  • 13
  • 87
  • 142
1
vote
2 answers

Using empty tables NAV 2009 R2

I'm no NAV professional nor got any experience with NAV. Since 1 week I'm working with NAV and I got several questions about it, but I think that those "Microsoft specialized" experts my new employer is working with are just fooling us. They for…
PoscheL
  • 73
  • 9
1
vote
1 answer

savon ruby best practices - global client or one per request?

I have Savon working in a Sinatra ruby application. The application will be called frequently, and I don't want to lean on the server too much. It looks to me that everytime the /test_savon GET is hit, I am going to the server and asking for the…
Tom Andersen
  • 7,132
  • 3
  • 38
  • 55
1
vote
1 answer

Running a Report with passing the number of pages to print and some values

I have a Report in Microsoft Dynamics for printing customized labels. The Report itself has one DataItem from the Items table. If you run the report, you can type in a item number and it prints a label on a selected thermo-printer. Now, what i want…
Ello
  • 907
  • 1
  • 15
  • 33
1
vote
3 answers

PHP with Dynamics NAV webservices

For a new project of myself I need to combine the Microsoft Dynamics NAV with the PHP webshop. When i try to login I get the same error time after time: Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load…
Ronn0
  • 2,249
  • 2
  • 21
  • 36
1
vote
1 answer

WinRT App consume NAV web services and got this message

I did the following and got the below error msg: The error message : An exception of type 'System.AggregateException' occurred in mscorlib.dll but was not handled in user code Additional information: One or more errors occurred. If there is a…
MilkBottle
  • 4,242
  • 13
  • 64
  • 146
1
vote
1 answer

Dynamics NAV Sales Invoice Report: Modifying the SalesShipmentBuffer and findPostedShipmentDate()

I have recently modified the default report 207 Sales Invoice and created a custom report. One request I had, was to display Shipment information on this invoice for each shipment that the current invoice covers. Particularly I needed to show the…
lanoxx
  • 12,249
  • 13
  • 87
  • 142
1
vote
1 answer

Change Tab of TabControl via Code

is it possible to change the currently selected tab of a tabControl in Dynamics NAV 2009 R2 via code? Classic Client - Dynamics NAV 2009 R2 When I press the button 'Show second Tab', the tabPage should switch from the currently selected…
1
vote
1 answer

Could not load type '' (blank) error when trying to reference .NET assembly in NAV2013

I've created an assembly that I want to be able to call from C/SIDE in the Role-Tailored Client in Dynamics NAV2013. I've got this all working locally but when trying to deploy to the server I can't compile the codeunit that references the .NET…
Charleh
  • 13,749
  • 3
  • 37
  • 57
1
vote
2 answers

Consuming Dynamics NAV oData webservice using jQuery cross domain

My setup is like this, both servers are in different domains. SharePoint Foundation 2013 with an HTML/JavaScript app, hosted on Office365 by Microsoft. Windows Server 2012 with Dynamics NAV 2013, hosted on Azure by Microsoft. What I like to do is…