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

Error using NAV 2013 R2 Webservice with page 81 Gen_ Journal Line

I'm building a C# application to read some bank statement files and create some registries in Gen_ Journal Line table. I've configured page 81 Gen_ Journal Line as webservice and I'm accessing through oData interface. I'm getting the error : Primary…
0
votes
1 answer

Dynamics Nav 2009 - API order save Date error

I am using the API to save new sales orders, and everytime I send a date as one of the parameteres, it returns me the following error message: '2015-09-09+01:00' is not a valid date. Any idea? Thank you, Bilel
oueslatibilel
  • 567
  • 1
  • 8
  • 24
0
votes
1 answer

How to authenticate with Dynamics Nav web service from LotusScript

Running Lotus Notes Domino 8.5.2. I have created a LotusScript web service consumer from a wsdl provided by a Microsoff Dynamics Nav server. In a LotusScript agent I have this code Dim nav As New Noteswebservice_port_n2() Call…
0
votes
2 answers

Microsoft Dynamics NAV table fields not found

I have created two new tables in our Dynamics NAV 2013 installation: 50086 Order By Period and 50089 Item Sales By Period. Each contains Date, Decimal, Integer and Text fields, as well as the Code fields used in the key. I left all field properties…
0
votes
1 answer

How to call a function in Microsoft Dynamics NAV to retrieve XML using AFNetworking2

I am an experienced iOS developer but have very basic knowledge of SOAP and various HTTP protocols. I have a client who has created a Microsoft Dynamics NAV interface that will serve me some XML for an iOS app. I am using AFNetworking2 for the…
0
votes
2 answers

How to setup automatically increase my primary key in Microsoft Dynamics NAV

I am beginner in Microsoft Dynamic NAV. So, I want to find out how to make my Primary Key in my table to be auto increment. For example I have table with next Line: "Field No.= 10" "Field name = Code" -"Type = Code" "Lenght = 10"; I want that…
user4317539
0
votes
1 answer

Treat Comma and Period as Decimal Separator in Navision Decimal Fields

I want to eliminate an error source, often happening in our company. In our country, we use the comma as decimal separator and a valid decimal number looks something like this: 85,32 The problem is, that the users sometimes press the period instead…
Ello
  • 907
  • 1
  • 15
  • 33
0
votes
1 answer

How to insert Line table in Java using Dynamics NAV web services?

Now I developing application using Java consumes NAV2015's web services but stuck in insert data to the SalesLine table for many days. Before Java, I used .NET and can completely inserted the SalesLine like this... using…
swingNoobie
  • 151
  • 2
  • 14
0
votes
1 answer

Connecting to Ms dynamics nav web services from android

I'm trying to call a ms dynamics Nav (2013 R2) web service from an android application using Ksoap libreries, but i keep getting this exception "java.lang.IllegalArgumentException:size<=0" ! I do not know what can be the reason! Can you help me…
0
votes
3 answers

Global.TotalPages and Global.PageNumber always to 1

In a rdlc report i want to add a textbox with "Page X/Y". I use : "Page " & Global!PageNumber & "/" & Global!TotalPages It's ok for all my report , but on a report, i don't know why, but i always have Page 1/1 Any idea ? Thanks a lot, Best…
Walter Fabio Simoni
  • 5,671
  • 15
  • 55
  • 80
0
votes
1 answer

Navision 5.0 Report Sort TotalFields

I'm new to MS Dynamics NAV 5.0, I have created new Purchase Inventory Line Report using Report Designer. I have also group the line per item and total the quantity and the amount. What I trying to achieve is to sort the amount descending order. This…
0
votes
1 answer

Integration Salesforce with Dynamics NAV 2009/2015

We have a client that aims for an integration between Salesforce and Dynamics NAV 2009/2015 (the upgrade to 2015 being planned for later this year). Now I know what the API on the Salesforce side looks like, but how does that work on the NAV side of…
0
votes
2 answers

Publish web service - not found

I need publish some web services so I add some pages and codeunits to web services form. Then, I clicked publish checkbox to make it visible for my external program. When I try to visit http://localhost:7047/DynamicsNAV/WS/Services it doesn't show…
Puchacz
  • 1,987
  • 2
  • 24
  • 38
0
votes
2 answers

How can you call a URL without opening a browser in C/Side?

We are using C/Side on one server to try to call a URL to a PHP script on another server without opening a browser window. We want the script to run as a background process. So far, everything we've tried opens a browser. Any suggestions?
Glyph
  • 526
  • 5
  • 20
0
votes
1 answer

Dynamics NAV Webservice Fails on 2nd Loop

I have created a C# program to read a pipe ("|") delimited file and create purchase invoices and lines. Essentially, I have it loop through each line, if the "Report ID" has not been used, it creates a header, then the line, if the header has been…
Boone
  • 137
  • 3
  • 14