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
2
votes
1 answer

retrieving Binary/Blob files from Microsoft Dynamics Nav with ASP.NET

I am working with a MS Dynamics Nav Database that have a file attachment tables. The files are stored in MS SQL. I am able to pull the files to my desktop with a custom asp.net application that I have built, but when I open the files, they are…
JonL
  • 53
  • 5
2
votes
1 answer

Using Com Interop in Navision

I am just starting with Navision and have a very basic question. If I create a Com Object in C# where does the object need to reside? Is it local to each client or is it on the server?
Kevin
  • 53
  • 1
  • 5
2
votes
2 answers

Creating a custom web service for Dynamic Navision

I am new to Dynamic Navision .On just going through the Dynamic Navision Solution I could find certain in-built Web Services. Can those Web Services be customizable . If so how can I make it possible. Can I create a new Service with new Object…
Jayaraj.K
  • 928
  • 9
  • 30
2
votes
3 answers

How to create add-ins for microsoft dynamics nav / navision

I wish to create add ins for Microsoft Dynamics NAV/ Navision. Is there any API / SDK that I can use to create add-ins?
Andy
  • 5,287
  • 2
  • 41
  • 45
2
votes
3 answers

Navision automation C# COM DLL

What we did: We have created a C# class library project to talk to external webservices. When we check "register for COM interop" this DLL is automatically registered and ready for use on the PC where the registration occurred. The Navision client…
IvanL
  • 2,475
  • 1
  • 26
  • 39
2
votes
1 answer

navision testing environment

I have a long experience in programming C#. I have used navision 2009 years ago as an end user. Now I would like to refresh my programming skill by starting coding with Navision 2009 or Navision 2013. From what I have seen I need the development…
user730712
  • 106
  • 1
  • 6
2
votes
2 answers

inverse boolean Navision

Is there a more easy way to inverse a boolean instead of using a IF ELSE construction? Normally I would use the ! infront of a boolean value. But that doesn't do the trick in Navision
Martiveen
  • 45
  • 5
2
votes
3 answers

Navision How to Convert a Text to Option

I have a text variable which I want to convert into a option and set table data with it. How do it convert the variable into a option? Thanks
Florian
  • 1,827
  • 4
  • 30
  • 62
2
votes
1 answer

How to replace a COM object?

I need to develop a COM object DLL that could replace an old one. I need this, because I don't wan't to develop an application that uses the old COM DLL. I'll make a new COM object with the same properties and methods. The main difficulty I see is…
vico
  • 17,051
  • 45
  • 159
  • 315
2
votes
3 answers

XMLPort Skip empty Tags

I created a XMLport in Dynamics Nav. The problem I have is that empty tags appear in the XML and I need to remove them. I have to do to fix it?
Marcelino
  • 29
  • 1
  • 2
1
vote
1 answer

e-commerce webapp integration via Web Services with MS Dynamics (Navision 2009)

Has anyone tried to build an e-commerce site atop MS Dynamics, using the new Web Services introduced in Nav 2009 ? I'd like to know what kind of load these web services can take, and what kind of resources can be read/written, and any other…
A.Ali
  • 749
  • 6
  • 14
1
vote
0 answers

Business Central 22 http requests don't show on fiddler

I'm trying to use fiddler to see the webrequests we are doing within BC. Unfortunately, it seems that fiddler isn't finding these requests that we make to external services. Has anyone tried anything like this before? Already tried this and no…
1
vote
0 answers

Javascript cors error: consume an ODataV4 Rest API "PATCH" endpoint with ntlm authentication

I'm trying to consume an ODataV4 Rest Api to update the metadata of an invoice but I always end up with a cors error. Here is the code snippet thet I am using: var data = JSON.stringify({"Status": "0- null"}); var xhttp = new…
maryem neyli
  • 467
  • 3
  • 20
1
vote
0 answers

OData Connector in Power BI issue

I am trying to integrate Power BI (desktop) and Dynamics NAV 2017 with OData url. I have created the OData, the link is working fine, but unfortunately when I try to connect on Power BI with the same url I get error: "We couldn't authenticate with…
1
vote
1 answer

Invoke-NAVCodeunit with Arguments

In the context of Powershell and dynamics NAV 2015 there is a function for running codeunits. This provides the Argument parameter. There is no documentation on how to use this parameter or how the used values ​​can be received within the…
1 2
3
28 29