Questions tagged [dynamics-nav]

Dynamics NAV, formerly Navision, is an enterprise resource planning (ERP) development platform produced by Microsoft.

Dynamics NAV, formerly Navision, is 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.


Useful links


Version-specific tags


Other related tags

371 questions
2
votes
0 answers

Connecting and using ODataV4 Connected Service with Dynamics NAV 2017 Causes Payload Error

I'm currently developing a C# application to handle the integration between a Dynamics 2017 and a online trading platform. I have exposed my Dynamics 2017 pages as webservices and enabled the ODataV4 on the service tier. In my C# application when…
AronChan
  • 245
  • 3
  • 19
2
votes
1 answer

Updating Sales Order line items in Dynamics business central

I have a sales order created using API for business central. Sales order has a single line item. I want to update the quantity of line item. Following is what I have tried so far. Endpoint:…
2
votes
1 answer

Lookup field not show all columns Dynamics 365 business central

I'm new in business central. Create a table and list page. My table have 2 fields: Code, Code [20] Description, Text [50] Then I create a tableExtension and add a new field and a table relation to my table. Works fine, but when I lookup show only…
JMarR
  • 55
  • 7
2
votes
1 answer

Web Service types not updating

I have encountered a strange issue. When I update one of my websites to a web service by Updating it or Removal of the service and readding it altogether The intellisense still reports that the type, in this case Document_Type3 is still the same…
George Johnston
  • 31,652
  • 27
  • 127
  • 172
2
votes
1 answer

Deep insert in Odata v4 in Business Central AL Extension

We are creating an Extension in AL to import orders. For this question we have simplified our extension to explain the challenges we are facing. What we would like to do is import header + lines in Dynamics 365 Business Central. To achive this we…
gbierkens
  • 151
  • 6
2
votes
0 answers

Creating both sales header and sales lines in one call i NAV OData REST API

What we want to do We want to create both a sales header and the corresponding sales lines in one API call. How we're trying to do it To do this we're trying to do a deep insert as specified in the OData spec. Example POST…
Jacob Rastad
  • 1,153
  • 10
  • 24
2
votes
1 answer

How to Delete records using Odata Dynamics NAV 2017 web services

I was developed a php application that connects to Microsoft Dynamics NAV 2017 OData Web Services, I can read (GET), and create (POST) with no problems,but for delete I receive the error 405, Microsoft say that it is possible to delete…
colo
  • 185
  • 1
  • 1
  • 10
2
votes
1 answer

Is it possible to query all companies via ODATA in Dynamics Nav 2016

I've written the following code to query the ODATA endpoint in Dynamics Nav 2016. I did this by creating an ODATA connected service. I have passed a company name in the URL: var navision = new Navision( new…
Muhammad Rehan Saeed
  • 35,627
  • 39
  • 202
  • 311
2
votes
1 answer

Pass Record variable to .NET library

Is there a way to pass variable of Record (or RecordRef) type as a parameter to method of .NET object?
Mak Sim
  • 2,148
  • 19
  • 30
2
votes
1 answer

Is possible do Select * form DynamicValue to perform a query like this in Navision?

Is possible do Select * form DynamicValue to perform a query like this in Navision? Thanks in advance
Tabutnas
  • 35
  • 6
2
votes
3 answers

Is it possible to source control using VS Team Services without using Visual Studio or other IDE?

There are similar questions to this but they mostly have some other purpose than mine, use different tools or end up not being that similar. I've been searching for another way to source control Dynamics NAV development, as we've been using an…
sonicadv27
  • 41
  • 7
2
votes
0 answers

'java.lang.String org.ksoap2.serialization.SoapPrimitive.toString()' on a null object

When calling SOAP (wsdl) web service from my app, i faced java.lang.NullPointerException error. these both are java class NTLMTransport.java JCIFSEngine.java Any help would be greatly appreciated Here is my code public class…
Ashish Tikarye
  • 850
  • 8
  • 11
2
votes
1 answer

How to SQL join payments with invoices in NAV Dynamics (former Navision)

The question is about SQL fiddling in Dynamics Nav tables, especially the table [$Vendor Ledger Entry]. How to link each payment to appropriate invoices. The aim is to get [External Document No_] and [Amount] of the invoice. One payment can be…
Przemyslaw Remin
  • 6,276
  • 25
  • 113
  • 191
2
votes
2 answers

How much time will it take to develop MS Dynamics NAV integration using XML files

I got new assignment in my workplace to integrate NAV 4.0 system with third party system using XML files. Integration will be based on XML file creation and storage of those files in predefined directories (i.e. it has to be a non-web-service…
2
votes
2 answers

How do I change the connection string to SQL Server in Excel Power query programmatically?

I'm attempting to create an Excel pivot table based on data in a Microsoft Dynamics NAV database. The trick is I need the Excel to access the data directly from the SQL Server database with power query - and furthermore it must be able to access the…
AronChan
  • 245
  • 3
  • 19
1 2
3
24 25