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

Post SOAP Request to MS Dynamics NAV WS

In Postman I connect to MS Dynamics NAV Web Services via NTLM Authentication, Status 200 OK. But posting XML SOAP request does not insert XML values into NAV table. Need help troubleshooting issue or scrypt that retrieves NAV's error…
Evan
  • 21
  • 1
  • 4
1
vote
1 answer

How to execute the "AL:GO!" task as part of a script

Recently, my company started to focus Extension_v2 development for Dynamics NAV BC. We store our code in an internal Git-Server. So far, so good. But startig a new project is still a very fiddly task. You have to create a repository, clone it,…
luki
  • 13
  • 4
1
vote
1 answer

Microsoft Dynamics NAV 2018 PaymentJournal contract change caused custom API to fail

For some reason Microsoft changed the contract definition for PaymentJournal removing the underscored in one property only! The error message was: "Parameter of the type Applies_to_Doc_No in method PaymentJournal_Port in service…
Sp4
  • 45
  • 3
1
vote
1 answer

SQL/Navision DateTime Issue

I don't know if anyone else has experiencing this issue before I have DateTime Data in a MsSQl table but when displaying the same data in Navison 2013, it is displaying the time wrongly. 2018-12-14 08:20:22.000 is being displayed as 14-12-18…
Alfred Kimotho
  • 99
  • 3
  • 17
1
vote
1 answer

Dynamics Navision 2018 - Insert Sales Order Discount using Web Services

I have Navision Dynamics 2018 Update 10 which has Sales Orders exposed as a SOAP web service. The problem raises when we want to set Invoice Discount which is not available in SO header and it appears in SO Lines as read only property :( How could…
Masrico
  • 45
  • 4
1
vote
1 answer

Excel/PowerBI OData import gives internal server error 500

I have Navision server up and running and I want to extract some data from it using Excel/Power BI and OData feed. If (in Excel) I import Get External Data ->Other Sources -> OData Data Feed, I use Navision generated OData link and it succesfully…
Lukas Jakutis
  • 31
  • 1
  • 6
1
vote
3 answers

Dynamics Navision 2017 - Insert Sales Order using Web Services

We have Navision Dynamics 2017 which has Sales Orders exposed as a SOAP web service. Technically, I am supposed to be able to create sales orders via this web service. We also have another system built in C# .NET that has staff sales orders that…
Harry
  • 2,636
  • 1
  • 17
  • 29
1
vote
2 answers

Authentication for NAV Web Services with Windows User over HTTP Basic Authentication

I have a NAV instance which exposes (OData) Web Services and is configured to use Windows as the credential type. I am able to authenticate against these Web Services successfully with NTLM. However, I would prefer to use HTTP basic authentication…
1
vote
2 answers

Lookup all Navision Objects

I want to make a field to lookup all NAvision objects or specific objects(e.g all codeunits or Pages etc). but i dont know how to achieve this.
1
vote
1 answer

Random "The destination file has an extension that may be blocked" on JobTask export

I have an inherited problem with Navision 2016 ODATA web service I use in my application. Normally it works well, but randomly (1 per 100 runs aprox.) it faults with the following stack log: Server instance: NAV Tenant ID: User: Type:…
Sergey
  • 1,332
  • 2
  • 18
  • 30
1
vote
0 answers

Old OCX plugin does not run on Windows 2016

We have an old OCX component written in VB6 that should be running on a Windows 2016 server that is giving some strange behaviors. The component runs on a windows 2008 R2 and and windows 2003 environment. One of the things we noticed is. Dim fso…
Gelootn
  • 601
  • 6
  • 16
1
vote
1 answer

The service principal name (delegation) configuration has been set incorrectly (Ms Dynamics NAV)

I am getting this error on client computers when they try to open Ms Dynamics Nav. I have read some of the suggestions online and from what i have gathered, I am suspecting that the Ms Dynamics server might be encountering the "The trust…
1
vote
2 answers

No Copies not working in report

I'm trying to create a shipment order but when I put 2 in my Number of Copies the report only prints one page.. and must have 3 pages understand? So I have in Request Page Expanded Type SubType SourceExpr Name Caption 0 Field …
Cátia Matos
  • 820
  • 1
  • 8
  • 26
1
vote
0 answers

Web Service Navision The request failed with HTTP status 401: Unauthorized Error

i am trying to update a service reference on a Ms Dynamics Nav portal but getting the error. **This XML file does not appear to have any style information associated with it. The document tree is shown below.**
Alfred Kimotho
  • 99
  • 3
  • 17
1
vote
1 answer

How to set change log entries user in Dynamics Nav 2016

I've written some code to query the ODATA endpoint in Dynamics Nav 2016. I did this by creating an ODATA connected service. I wrote the following code to add a record: var navision = new Navision( new…
Muhammad Rehan Saeed
  • 35,627
  • 39
  • 202
  • 311