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

while installing zetadocs archive service

I am getting this error while I am able to open the database but still I am getting this error Error 27506.Error executing SQL script CreateDatabase.sql. Line 20. The server principal "PUPRODUCTION\kumarchan" is not able to access the database…
-1
votes
1 answer

How do you loop through text file in C/AL(Navision)

I am trying to create a function that will parse through a text file that has two columns: customer number and file address. As the function loops through each record in the text file, have it search for a Customer record based upon the first…
kodeman
  • 25
  • 6
-1
votes
1 answer

Learning C/SIDE Navision (basic Qu.) - Why wont this work?

I'm making a form/table combo that will calculate the value of a computer based on the length of time you've had it. "Purchase price" and "Current price" are both defined as decimal variables. The rest have been defined as integers. In the form, in…
-2
votes
1 answer

Microsoft Navision and Odata Uri via Excel webservices function

So, I'm working on developing some business apps for my organization, and I've been trying to implement the usage of the Navision Web Api for external reporting. And Unfortunately, I'm stuck using Excel because of traditional antiquated business…
Chris
  • 1
  • 1
-2
votes
2 answers

How to generate Data Matrix Barcode from Nav 2015?

I searched a lot regarding the Data Matrix Code generation from Nav 2015 but could not get any proper solution for that though, i got some code from below link but still, some of the automation variables is not there in Navision, so I need you guys…
-2
votes
1 answer

copy startdate and enddate to other line

And I want to copy the startDate and Enddate copiing to the other line, I have this: GetDates(Bom : Record "BOM Component";VAR StartDateItem : Date;VAR EndDateItem : Date;RegelkortingItem : Decimal) IF GET(Bom."Parent Item No.",Bom."Line No.") THEN…
SavantCode
  • 131
  • 2
  • 4
  • 14
-2
votes
1 answer

Pair values get swapped if there are multiple custom_atttribute IDs in the same file?

EDIT: i am able to import using the code below, except now I have two very annoying issues: 1. The pair values are swapped in the custom table when there are multiple recipe IDs in the same file** 2. I am supposed to have 1 recipe ID for each bom…
WSNoob
  • 33
  • 8
1 2 3
28
29