Questions tagged [navision]

Navision is the former name of Dynamics NAV, an enterprise resource planning (ERP) development platform produced by Microsoft.

Navision is the former name of Dynamics NAV, 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.

The early versions (from 3, 4 to 2009) were called Navision, while the later versions (from 2013 to 2017) are called Dynamics NAV.


Useful links


Related tags

427 questions
24
votes
3 answers

Microsoft Dynamics (Navision) vs C# .NET

I am an experienced C# / .NET developer and recently been offered an opportunity to become Microsoft Dynamics (Navision) developer (training, certification etc will all be paid for by employer). I've never been involved in anything to do with this…
Jeff
  • 13,079
  • 23
  • 71
  • 102
14
votes
6 answers

adding a service reference create duplicated definitions for enums and methods

I'm adding Navision Web Services to a simple Windows Forms Application using Add Service Reference functionality inside Visual Studio 2010, the reference are generated but inside the code there are duplicated definitions that stop the code from…
Guido Preite
  • 14,905
  • 4
  • 36
  • 65
7
votes
3 answers

C/AL How and where do I start?

I come from a C# background, used to do programming to control all the low-level stuffs (microcontroller, and HW related stuffs). I just changed job and is required to learn programming Dynamics NAV. I have never worked with database-heavy…
Farid
  • 872
  • 1
  • 13
  • 30
6
votes
4 answers

Using Git to version Microsoft Dynamics NAV?

I'm a .NET developer, but in our organization we also have a couple of Microsoft Dynamics NAV developers. Currently they're not using any source control. I know very little about NAV, but as I understand it, you can script out objects from NAV and…
Ryan Lundy
  • 204,559
  • 37
  • 180
  • 211
4
votes
1 answer

Date filter in Microsoft Dynamics NAV webservice

When sending a filter to the webservice in php everything works fine, but when we need to sort on dates we encountered a problem. We need to get all the objects modified after a certain date. In a page we have a date element, like so:
nielsstampe
  • 1,336
  • 1
  • 15
  • 25
4
votes
4 answers

shopify navision

I’m looking for answers regarding Shopify and Navision. We are considering switching our current webshop host to Shopify. How ever – one important thing is, that we can make Shopify work directly with our accounting system – Navison (now Microsoft…
Louise Faurby
  • 41
  • 1
  • 2
3
votes
1 answer

How to calculate [Remaining Amount] in Dynamics Nav report?

How to calculate [Remaining Amount] in Dynamics Nav report: Receivables / Customers / Costomer No. / List of Ledger Entries I reach NAV by SQL only. Which table, and column names should I take the data from? Update. My guess of direction is that…
Przemyslaw Remin
  • 6,276
  • 25
  • 113
  • 191
3
votes
3 answers

Parsing a dynamic enumeration

We are using a Microsoft ERP which dynamically exposes web services. The services generated by the service is out of our control. We have no say so in how the objects, including the type definitions, are created and exposed. When a new method is…
George Johnston
  • 31,652
  • 27
  • 127
  • 172
3
votes
5 answers

android consumption of navision web service

I need to consume the NAV web service from android. I got the "Letters" codeunit with "Upper" function. I have setup a NAV web service (NTLM authentication) on my PC and turned off the firewall (so that this service is visible on other devices in my…
user1390456
  • 96
  • 1
  • 8
3
votes
1 answer

Realtime Interfacing with Dynamics NAV via Webservices

I want to write a .NET application that will interface in realtime with Dynamics NAV 2009 and 2013. The application will have to read and update entities such as customers and stock items. Using the provided webservices seem to be the best…
2
votes
3 answers

Using MS Dynamics NAV with PHP

I’m starting an extranet project, where php pages are supposed to send data to Microsoft Dynamics NAV. I haven’t used NAV before, but I found some info here. The example php code looks pretty clear to me, but is there any tips or tricks (basics)…
koppa
  • 39
  • 1
  • 1
  • 7
2
votes
3 answers

Call method in remote winforms application?

As I've never had reason to do this before, I don't know how to do the following, or if it's even possible?! I have a C# winforms single instance application (Slave) that has a control on it that displays schedule data using custom .Net controls.…
Karl
  • 912
  • 2
  • 16
  • 28
2
votes
0 answers

Navision SOAP Service sometimes returns 401 Unauthorized

We have a .Net WebApi Calling a Navision Soap service. It works... except for sometimes, then suddenly for a couple of hours it starts returning Unauthorized, and then it returns back to normal... and starts working... As the "Error info" describes,…
2
votes
2 answers

What technology(ies) and language(s) is Microsoft Navison implemented with/in?

Navision is also known as Microsoft Dynamics NAV.
Scott Bennett-McLeish
  • 9,187
  • 11
  • 41
  • 47
2
votes
1 answer

How to Consume Nav Dynamics Soap Webservice in php or jquery?

I wanted to consume Navision 2016 soap web services from either PHP or jquery. I have tried this solution PHP with Dynamics NAV webservices I have the following code for soap PHP:
Abiudeko
  • 83
  • 1
  • 7
1
2 3
28 29