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
2 answers

java bufferedReader, writes something different than it reads

i parsed a text (CAL code) with BufferedReader and BufferedWriter in Java, unfortunately, lines which i red and wrote with outStream.write(line); have changed, please look at…
dayscott
  • 457
  • 1
  • 6
  • 17
0
votes
2 answers

Navision - Pass record field name dyanmically to function

I don't know whether any out there uses Navision?! but we've recently been lumbered with it and I'm trying to pass a field name dynamically to a function. Instead of ModelRec.SETCURRENTKEY(ModelRec.Transmission); I want to do something like…
Andy Clarke
  • 3,234
  • 5
  • 39
  • 66
0
votes
1 answer

Error message when adding windows login to Dynamics NAV 2009 classic with sql server

I have a user that is created on the windows domain, and added to the Administrators group on my server. The user can log in to the machine, However, when I open Tools->Security->Windows Logins and try to add the user, I get the following…
Joda
  • 12,796
  • 10
  • 34
  • 33
0
votes
2 answers

Unable to set County in Dynamics Nav Using the Web Service

I am working on integrating our e-commerce system with dynamics nav on the backend. I create a customer if it doesn't yet exist. All of the fields seem to stick EXCEPT for 'County.' When I do a Read on an existing customer, County is filled in with…
João Bragança
  • 1,353
  • 1
  • 13
  • 29
0
votes
1 answer

Generating OCX / DLL files to call REST APIs using native C++

I have a primitive version of Microsoft Navision from which I need to call a 3rd party REST API for get / put / post requests. Is there a way to do that using native C++ code?
Sushant Khurana
  • 843
  • 1
  • 10
  • 13
-1
votes
2 answers

Connect to Navision with Petapoco or Dapper using ODBC

I'm trying to connecto to Navision 2.60 using ODBC. I have a static class to manage the odbc connection. I want to use a ORM for mapping entities like Petapoco or Dapper, does anyone have an example of doing so?
danywalls
  • 709
  • 1
  • 10
  • 27
-1
votes
1 answer

Get latest Vendor No. in sql query from Item Ledger Entry table

I'm trying to get last Vendor No. from Item Ledger Entry table with no result. What should I put to my query to get this latest Vendor No.? SQL query looks as follow: SELECT ile.[Posting Date], CASE WHEN ile.[Entry Type]=1 THEN…
amaslow
  • 1
  • 1
-1
votes
1 answer

How do we set a default Request Page value for a Dynamics NAV report

We have a Dynamics NAV (2013R2 if it matters) report for which we need to set some default values on the Request Page. We have set the ReqFilterFields property on the first level DataItem and the correct fields are being displayed in the Request…
j2associates
  • 1,115
  • 10
  • 19
-1
votes
1 answer

How to create standard "Microsoft Excel" button by code?

i want to know how create standard button "Microsoft Excel" by code, the button I'm referring to is created: Open page, right click on Ribbon, Customize Ribbon, Microsoft Dynamics 365 Business Central, Print Send and "Add" "Microsoft Excel" to…
Tabutnas
  • 35
  • 6
-1
votes
1 answer

Inner join query don't retrieve the most recent result

I need to update my Item field "Vendor No." according to the most recent result of the field "Source No." of table "Item ledger Entry" I tried to do a inner join between both tables (item and item ledger entry) but some of the results of this query…
Cátia Matos
  • 820
  • 1
  • 8
  • 26
-1
votes
1 answer

How can I modified page (31) Item List, after I Post Item Journal in Ms. NAVISION

I wanna make alert while item in inventory <= safety stock quantity, so I create new field "Out Of Stock" in table Item (27), and I put this code in Page Item List (31) in OnAfterGetRecord() trigger. IF (Inventory <= "Safety Stock Quantity") THEN …
-1
votes
1 answer

COM object as service or simple executable

I need to create COM object that will be use by Navision in general. I don't want to make dll since I expect better stability and following architecture looks nice for me. First of all I was confused by selecting…
vico
  • 17,051
  • 45
  • 159
  • 315
-1
votes
1 answer

I need to generate a NAVISION Security Report for our auditors

Is there a report in NAV 2009 that will show users and their roles? Does anyone know what tables in the SQL database they might be in?
Jeff
  • 329
  • 3
  • 13
-1
votes
1 answer

Separate editor for debugging

I wonder why in navision there is a separate window for debugging. And why not that you can debug directly in the code, like in most of the code editors, for example visual studio, netbeans?
SavantCode
  • 131
  • 2
  • 4
  • 14
-1
votes
1 answer

Microsoft Dynamics NAV licensing

I am running an application with 50 perpetual licenses. To save on costs I want to go for Subscription model for my further license requirements. Is it possible for both to co-exist in the same application?
1 2 3
28
29