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

In Dynamics NAV, what are the variables text@digits in C/AL?

I am new to Dynamics Navision, I have not been able to find and answer via web search. In the following few line of C/AL code, could someone please tell me what do @10000000, @10002000, Text[512] and Codeunit 50000 mean? PS: I made up the numbers…
burgur
  • 50
  • 5
0
votes
0 answers

How can I export an XML File from an Excel Sheet and keep the Date Format?

For example, my date is 12.04.2008 (DD.MM.YYYY) but, when I export it, the XML File somehow converts it to this: 39550. My XML template looks like this:
0
votes
1 answer

How to enter more than 1 value in an array in C/AL Microsoft NAV?

I want to enter more than one value in an array in C/AL without having to use many lines. It will only set the values in a array like this: numbers[1] := 5; numbers[2] := 20; numbers[3] := 12; numbers[4] := 9; But I want to know if there is any…
0
votes
1 answer

Call function "ReadAsMultipartAsync" synchronously

I'm using Navision to call ReadAsMultipartAsync().Result in a C# library, but this blocks Navision. If I change the library with await and sync, I can't manage a Task result from Navision, so I would like to call the "ReadAsMultipartAsync" function…
user3682831
  • 45
  • 1
  • 1
  • 5
0
votes
0 answers

VBA code to read all the table and paste it in excel with SQL from Navision

with this code I can take specific value and paste it in specific cell. PA = get_market_setting(market, "PA") POS = get_market_setting(market, "POS") NetAmount = get_market_setting(market, "Net Amount") CostAmount = get_market_setting(market, "Cost…
user17682095
0
votes
0 answers

Communication with NAVision with SOAP API from SQL

I have a problem with GET method from API. So, I had some code for body for GET method, and when I copy this code to postman works fine. set @requestBody = '
sima
  • 13
  • 2
0
votes
0 answers

Why I am getting 500 error all routes with empty response after deploying .NET core project to IIS?

I have developed a .NET WebAPI project that works with NAV soap service using connected services. Every thing is fine in my visual studio but after I publish project to folder and transfer it to remote server and serving it on IIS Manager, I get 500…
Vala Khosravi
  • 2,352
  • 3
  • 22
  • 49
0
votes
0 answers

Business Central API list extensions/publishers

We use the on prem version of Business Central so our API URLs are the following: https://://api// When we add what Business Central calls "extensions" to it, the URLs look like this: https://
shaedrich
  • 5,457
  • 3
  • 26
  • 42
0
votes
0 answers

connect and access Function in Microsoft Dynamics NAV Web service from NodeJS?

I am new to SOAP we services and recently got task to consume existing NAV service from Node.js. My Node.js code is on Google cloud functions. So far I tried really hard using this answer: Is it possible to access Microsoft Dynamics NAV Web service…
New coder
  • 11
  • 1
  • 2
0
votes
1 answer

How to consume NAV Dynamics WS in PHP?

I need to connect Navision to my PHP application. I have tried to use different ways that I have read in forums but none of them works. I don't know if I should use SOAP, cURL or other, could someone please guide me? Edit: I have tried the following…
Fran
  • 1
  • 2
0
votes
1 answer

NAV deployment on Azure - bacpac file export

I want to deploy a NAV 2013 database on Azure, with near real time capabilities (if the data is refreshed once a day, that is enough). I am using this guide to connect to a test NAV sql server from an Azure VM, and will export data tier application…
0
votes
1 answer

WPF DataGrid Navision functionality

I'm working on creating a DataGrid with the same functionality as Microsoft Dynamic Nav. This is almost like a Excel spreadsheet. The idea is that you can start editing a cell. After you are done there are some steps: The content of the cell is…
0
votes
1 answer

Why is Filtergroup (-1) in Navision Page OR filtering on page level not working

Is it possible that filtering with an OR condition (using FILTERGROUP(-1)) isn't working on page level`? and if so, why isn't it working? I'am new to MS-Navision and i try to understand the underlining programming of it. in MS-Navision Cronus-AG DB…
Yoo oo
  • 83
  • 1
  • 6
0
votes
1 answer

How to write Navision CALCDATE function in TSQL

Here is a definition of Navision CALCDATE function: NewDate := CALCDATE(DateExpression [, Date]) It takes two parameters: DateExpression which in Navision has type DateFormula which in SQL is stored as varchar(32) Date, which in SQL means…
SeeR
  • 2,158
  • 1
  • 20
  • 35
0
votes
2 answers

Microsoft Dynamics Nav2009 closed immediately when i try to run

This is the Error details from the Event Viewer: Type: System.Configuration.ConfigurationErrorsException Message: The type 'Microsoft.VisualStudio.Diagnostics.ServiceModelSink.Behavior, Microsoft.VisualStudio.Diagnostics.ServiceModelSink,…