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 does Microsoft Navision keep track of users/how to check at login myself

We have a Navision server with 3 licenses. One license should ALWAYS be allocated to be used by the eCommerce website. The other two are for the admin peeps to use. Unfortuneately, from time to time we get this dreaded error on the…
Lanceomagnifico
  • 1,293
  • 15
  • 22
1
vote
1 answer

how to filter '(' in navision 2013

I want to filter the data 'Type(A)' in navision 2013. I receive following error message "The filter is not valid for the Type field". Did not expect a'('. I am using setfilter in c/side code. How can I filter '(' in navision? Thanks
Cyan
  • 11
  • 2
1
vote
5 answers

Webservice on Navision / Microsoft Dynamics version 5... or else?

Go bounty! This question has earned me a tumbleweed badge (7 views in 7 days!), which is somehow a strong confirmation that Navision has a very limited market share, which - I suspect - should be a confirmation Navision is neither all that great…
mac
  • 42,153
  • 26
  • 121
  • 131
1
vote
2 answers

CONNECT TO NAVISION USING ASP.NET

Hi can any one please advise me, how to connect Navision using ASP.NET. This is the connection string I have set in Web.Config
Rakesh
  • 2,730
  • 10
  • 39
  • 65
1
vote
1 answer

Alfresco CMIS soap where to start

I need to integrate alfresco with Navision 2013 and I focused on alfresco web service (soap binding) to create a connector beetween the two systems.I searched a lot in alfresco wiki and forum but I didn't find nothing about SOAP version. Someone can…
Darkito
  • 96
  • 7
1
vote
1 answer

NAS license other than in database

I have a Nav database with license "A" saved in it. License "A" does not allow read of certain tables (Job Queue). Is it possible to run NAS (navision application server) under another license "B" which allows access to the objects I need? Simply…
Mak Sim
  • 2,148
  • 19
  • 30
1
vote
1 answer

How to mark quantity to invoice on Purchase Order Line? Can I use 'Finished' field?

I am trying to count Qty_to_invoice in Purchase_Order_Line, but the value of this field is 0 at the very beginning, so I have to initialize it with Purchase Order Line's Quantity field. Problem is when it goes back to 0. How can I mark that all…
vt100
  • 923
  • 1
  • 11
  • 21
1
vote
1 answer

Can Navision three tier architecture work without Kerberos?

Can Navision 2009 R2, three tier architecture work without Kerberos?
Eduard
  • 664
  • 2
  • 14
  • 26
1
vote
1 answer

Navision 5 and COM Interop

While trying to understand how Navision 5 can communicate with an external application through COM interop, i found the following example: http://msdn.microsoft.com/en-us/library/aa973247.aspx The second case implemented is exactly what I want to…
Manolis
  • 728
  • 8
  • 24
1
vote
2 answers

Shopify private app api post request

I am writing a private integration app from MS NAV to shopify api. I can use the api for Get Request, e.g. https://API_KEY:PASSWORD@wolf-wiegand-and-davis1433.myshopify.com/admin/orders.xml However, the post request doesn't work for this formate:…
dave
  • 67
  • 5
1
vote
2 answers

Alternative to Try-Catch in Navision 6.0(CC) [Member call failed]

While trying to print a document in Navision, we get the error: Translation: This message is for C/AL programmers: The call to member ActivePrinter failed. Microsoft Word returned the following message: Printer error. Error occurs in this…
Daniel Abou Chleih
  • 2,440
  • 2
  • 19
  • 31
1
vote
1 answer

Using Pentaho for displaying Data

my company maybe wants to use Pentaho for displaying Data from Navision with multiple clients on a Dashboard. Would it be more work to do this with Pentaho instead of .net and Navision web services? We will need to configure AD on the Dashboard,…
Florian
  • 1,827
  • 4
  • 30
  • 62
1
vote
1 answer

Navision Report Filter

Given a report with a data item Customer and a data item SalesLine. I display all Saleslines from each Customer. How do I filter these Customers out which does not have Sales Line? Where do I need to put the filter?
Florian
  • 1,827
  • 4
  • 30
  • 62
1
vote
1 answer

How to force sql server to ignore insert on computed column instead of throwing error?

I have a table to which I would like to add computed column (with values different for each user - needed for permissions). Problem is that this table is part of Microsoft Dynamics NAV which don't know anything about computed columns. I've managed…
SeeR
  • 2,158
  • 1
  • 20
  • 35
1
vote
1 answer

Navision print through Preview without missing function

I have a few reports which my customer wants to print through the Preview option. The problem is, that these reports need the CurrReport.Preview function for logging data. But you cannot use this function if you want to print the report. Is there a…
Florian
  • 1,827
  • 4
  • 30
  • 62