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
4
votes
4 answers

shopify navision

I’m looking for answers regarding Shopify and Navision. We are considering switching our current webshop host to Shopify. How ever – one important thing is, that we can make Shopify work directly with our accounting system – Navison (now Microsoft…
Louise Faurby
  • 41
  • 1
  • 2
3
votes
2 answers

The Sales Line already exists. Identification fields and values: Document Type='',Document No.='',Line No.=''

While creating a new sales order using dynamics NAV SOAP webservices, getting below error while attempting to create multiple line items. Order info with single line item being added successfully. Error - The Sales Line already exists.…
Newbie
  • 787
  • 1
  • 7
  • 21
3
votes
1 answer

Ms Dynamics Nav Multi Language with PHP

public function productDetails($product_code){ $url = 'Page/ProductGroups'; try { $client = $this->initClient($url); // $filter = ['Field' => 'Product_Group_Code', 'Criteria' => $product_code]; $result =…
3
votes
1 answer

What are Dynamics NAV licensing requirements for Web Services?

This post refers to SOAP and OData Web Services in Dynamics NAV 2016 (or later) and hopefully it is not off-topic. I would like to know whether the following facts are true or false (or it depends). Given Starter Pack functionality, and default…
3
votes
1 answer

How to calculate [Remaining Amount] in Dynamics Nav report?

How to calculate [Remaining Amount] in Dynamics Nav report: Receivables / Customers / Costomer No. / List of Ledger Entries I reach NAV by SQL only. Which table, and column names should I take the data from? Update. My guess of direction is that…
Przemyslaw Remin
  • 6,276
  • 25
  • 113
  • 191
3
votes
3 answers

Parsing a dynamic enumeration

We are using a Microsoft ERP which dynamically exposes web services. The services generated by the service is out of our control. We have no say so in how the objects, including the type definitions, are created and exposed. When a new method is…
George Johnston
  • 31,652
  • 27
  • 127
  • 172
3
votes
0 answers

Read Dynamics NAV 2009 Table Metadata with SQL

I would like to be able to read the Dynamics NAV 2009 R2 Table Metadata directly from the SQL Server database without requiring the NAV Development Environment. This question is similar to Read Dynamics NAV Table Metadata with SQL but I need to…
Alexander Kuzin
  • 463
  • 4
  • 13
3
votes
1 answer

SOAP uses different datetime format

In Dynamics Nav (2013) I have a codeunit that is accessible with the soap services to run a XML port. If I enter in the proper URI for this codeunit to run the port, the XML data is imported OK. Also if I just run the XMLPORT.IMPORT function from in…
Ryan Erb
  • 828
  • 1
  • 8
  • 28
3
votes
5 answers

android consumption of navision web service

I need to consume the NAV web service from android. I got the "Letters" codeunit with "Upper" function. I have setup a NAV web service (NTLM authentication) on my PC and turned off the firewall (so that this service is visible on other devices in my…
user1390456
  • 96
  • 1
  • 8
3
votes
1 answer

Realtime Interfacing with Dynamics NAV via Webservices

I want to write a .NET application that will interface in realtime with Dynamics NAV 2009 and 2013. The application will have to read and update entities such as customers and stock items. Using the provided webservices seem to be the best…
3
votes
1 answer

Microsoft Dynamics Nav (Navision) integration with Sharepoint 2010 using BCS

I'm trying to integrate Microsoft Dynamics Nav 2009 R2 (Navision) with Sharepoint 2010 using external content types. I'm very new to both Dynamics Nav and to the Buisness Connectivity Service in Sharepoint 2010 and I can't get it to work. I know…
2
votes
3 answers

Using MS Dynamics NAV with PHP

I’m starting an extranet project, where php pages are supposed to send data to Microsoft Dynamics NAV. I haven’t used NAV before, but I found some info here. The example php code looks pretty clear to me, but is there any tips or tricks (basics)…
koppa
  • 39
  • 1
  • 1
  • 7
2
votes
2 answers

How to assign multiple salesperson to customers?

This is a basic customer card: As you can see there is a "Salesperson" linked to the customer, but in many situations customers can have multiple salespersons. In this field I can only select one salesperson. The problem created by this situation…
2
votes
3 answers

Call method in remote winforms application?

As I've never had reason to do this before, I don't know how to do the following, or if it's even possible?! I have a C# winforms single instance application (Slave) that has a control on it that displays schedule data using custom .Net controls.…
Karl
  • 912
  • 2
  • 16
  • 28
2
votes
1 answer

Creating Sales Order and Sales Lines in Microsoft Dynamics using OData and Python

I am working on integrating Microsoft Dynamics NAV 2013 R2 with my Python application. My objectives for this integration are: Query all the Sales Orders Create a new Sales Order and related Sales Lines On the Dynamics NAV side, I am using web…
Hussain
  • 97
  • 7
1
2
3
24 25