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
1
vote
1 answer

How do I pass an array as a method result to Microsoft NAV?

As part of our software business, we offer a development kit for developers to integrate our software into theirs. We generally try to cater to many different languages/environments. Recently, we've been getting some inquiries from some potential…
Rami Abulhusn
  • 123
  • 1
  • 8
1
vote
1 answer

SQL Server 2005 - SQL Statement to remove clustered keys from tables based on a query on tablenames?

I am trying to restore a backup of a Microsoft Dynamics NAV database, which unfortunately fails as it tries to set a CLUSTERED KEY for the tables which already have clustered keys. In NAV, every company in the database gets its own copy of the…
Martin C.
  • 12,140
  • 7
  • 40
  • 52
1
vote
3 answers

Why can I not compile an object in Dynamics NAV containing an OCX?

I imported a Form object from a text file. When I try to compile it I get the following error message: This message is for C/AL programmers: The OLE control or Automation Server identified by 'Microsoft Common Dialog Control 6.0…
Pascal
  • 125
  • 1
  • 15
1
vote
1 answer

Authentication in navision web service under VPN

I am developing an app under Java that has to call at some point a web service developed under navision that requieres domain user/pass which I have been provided with. Right now this WS is not public, and I have to connect to certain VPN with…
RVB
  • 13
  • 6
1
vote
3 answers

Dynamics Nav Company Web Service

Here is the Microsoft Dynamics NAV Web Services from msdn. But I can only call http://:/ and http://://ws/SystemService and…
Phoenix Kyaw
  • 332
  • 1
  • 5
  • 17
1
vote
0 answers

Navision - Transfer NTEXT column from SQL Server to xml file

At the moment I don't know how to get the value from a NTEXT column in SQL Server to XML file in navision. I've tried many methods but they don't work. This is my attempt so far: PROCEDURE ExportProdInfo@10(); VAR shortDesc@1001 : Text[1000]; …
Dzung Nguyen
  • 9,152
  • 14
  • 65
  • 104
0
votes
1 answer

What table/view in Navision's DDBB holds the item costs in a FIFO system?

I am trying to find the current cost calculation by item in Navision's database.
alexqr1
  • 13
  • 1
  • 8
0
votes
0 answers

Importing .XLSX file to Navision throws an error verticalDpi has invalid value '0'

I have an excel file that I'm importing to Microsoft Navision and now when Upload it throws an error "The spreadsheet is corrupted. The following error occurred: The attribute 'verticalDpi' has invalid value '0' The Minlnclusive constraint failed.…
Ignas
  • 1
  • 2
0
votes
0 answers

NAV 2013 Automation Object not initialized?

so i have following problem and really dont know why it’s not working: I create an automation in NAV 2013. For that, i use following code: CREATE(HTTPRequest,FALSE,TRUE); The HTTPRequest is a variable of DataType Automation and SubType 'Microsoft…
FenCy
  • 1
0
votes
1 answer

Getting Error while reading instream in navision 2013

i have this code inside repeat loop, for the first time it works just fine reads stream correctly and inserts it, but when it comes to it second time i get error that i cant read when the stream is over, but it is still inside while loop its not EOS…
0
votes
0 answers

How to use woocommerce webhook woocommerce_add_to_cart "arg" JSON value at third party application (with REST API) to request a woo commerce product?

In the process the development of the syncronization solution between onprem Navision (through REST api) and WooCommerce. Would like to keep Woo commerce product stock info up to date. I do not know what to do with the "arg",recieved from…
0
votes
1 answer

NTLM issue when connecting to NAV Web Services from PHP

I am having trouble consuming a Microsoft Dynamics NAV 2009 SOAP service from PHP. The PHP is running from a Linux server and I am using SoapClient. Instead of targeting the URL I am using the WSDL .xml that I downloaded from the browser. I have…
0
votes
0 answers

Need help to block duplicate purchase order

This code works with our other trading partner but not on 1 particular trading partner. It's looking for external document no. which should work on all our trading partner but its not. Can anyone help me what's missing? Can i do a hardcode for that…
0
votes
1 answer

Dynamics Nav: Which tables are affected when creating an order via the SOAP API?

There are a lot of pages in NAV that have a reference to sales orders. See list below. Which Pages do I need to populate if I want to create a customer orders via the API? I use NAV 2013 (not R2). I have read elsewhere that these are only the pages…
waltavista
  • 147
  • 1
  • 7
0
votes
0 answers

Searching for a text file in a directory, Navision, C/AL

in c/al Navision, i would like to get a text file .txt (as a path) which is in a directory without knowing in which folder exacly the file is. The user enters for example D:\ and then the code should look after the text file in drive D, the text…
Aro
  • 3
  • 2