Questions tagged [microsoft-dynamics-nav]

Microsoft Dynamics NAV (formerly known as Navision) is an ERP system that's part of Microsoft Dynamics

Microsoft Dynamics is a line of enterprise resource planning (ERP) and customer relationship management (CRM) software applications. Microsoft Dynamics applications are delivered through a network of reselling partners who provide specialized services.

Microsoft Dynamics NAV (formerly known as Navision) is one product in this product line.


Useful links


Related tags

99 questions
0
votes
1 answer

Automate process for downloading cumulative update

I want to automate process of downloading newest CU for NAV and BC.I wrote powershell script, but still need part how to donwload zip file from this page (https://www.microsoft.com/en-us/download/details.aspx?id=58275) This is the code that I wrote…
0
votes
2 answers

NTLM authentication for Microsoft Dynamics NAV '18 web service from Node.js fails

I've been struggling with authenticating to NAV '18 from Node server. NTLM authentication works fine from POSTMAN but not from Node. I've already tried using 'Authorization: NTLM', 'username:password' as a header of my request, as well as some NTLM…
Morgana
  • 337
  • 8
  • 19
0
votes
1 answer

Could not upgrade RDL on Report

I'm getting error when importing report (as text file) to database (Nav 2017 CU11). : [21431012] Could not upgrade RDL on Report XXXXXX Report Name. ', hexadecimal value 0x14, is an invalid character. Line 8693, position 64. [0] The import stopped…
Mak Sim
  • 2,148
  • 19
  • 30
0
votes
2 answers

Extension v2 for Dynamics NAV 2017

I got used to develop Extensions for Navision based von V2, so I was wondering, if there is a way to use the AL-Dev-Tools for developing V2 Extensions for Dynamics NAV 2017. I could not find the ALLanguage.vsi for Version 10, only for Version 11…
0
votes
1 answer

How to chose Bill-to and Ship-to field value via API in Microsoft Dynamics Nav?

I need to setup value of fields "Ship-to" and "Bill-to"(see screenshot)). How I can do this in API? I already read info in doc but I can't find info about this fields. screenshot
Dmytro
  • 321
  • 1
  • 10
0
votes
1 answer

Microsoft Dynamics Nav API Error: Customer Posting Group must have a value in Customer

I have some trouble with API method for posting order info into 'API for Dynamics 365 Business Central'. So in official doc about order says for create order you must add 'Customer Info' to the request body. Before that you must create Customer(doc…
Dmytro
  • 321
  • 1
  • 10
0
votes
2 answers

The service 'Microsoft Dynamics NAV Server [DynamicsNAV110]' (MicrosoftDynamicsNavServer$DynamicsNAV110) failed to start

i am just starting with Microsoft Dynamics NAv 2018. I was never using microsoft as well as Dynamics NAV. I am not able to install Dynamics NAV 2018 on my windows 10 Pro. After installation I get the error message: The service 'Microsoft Dynamics…
0
votes
2 answers

Programmatically find out if fasttab is minimized on page

We have several fastTabs on a Dynamics NAV 2017 page. On these fastTabs are fields that are calculated using complicated functions which have a big performance impact on our page. We program in "old" C/AL code, NOT in new AL on Visual Studio…
0
votes
1 answer

Error when calling custom DLL in CodeUnit: Request for WebPermission failed

I came by this error when coding in Dynamics NAV CodeUnit and calling my own custom DLL. It took some time to figure out what was the problem. Se my own answer... "Request for the permission of type 'System.Net.WebPermission, System,…
SvendK
  • 465
  • 3
  • 17
0
votes
0 answers

Best way to send data from Microsoft bot to Microsoft Dynamics NAV

I need to create a bot with Azure bot service that will need to send the data it gets directly from the user to Microsoft Dynamics NAV. Is there a direct way to do this (since both services are Microsoft), and if not, what do you recommend as a way…
0
votes
0 answers

creating a general journal line while posting a rental order in Microsoft Dynamics Nav 2009

I have a custom modification for a customer where they want to keep track of a specific amount while posting a rental order. The way I have it written is when the posted rental line is being generated, create a line in the General Journal Line table…
0
votes
1 answer

Converting XML with XSLT transformation

I am trying to convert xml to xsl. This is my xml file.
RMD
  • 311
  • 1
  • 7
  • 22
0
votes
1 answer

How to Send Request to Microsoft Dynamics Navision2016 from asp.net Application by C#

I am Working with Civil & Real Estate Domain ERP Application. Now i want integrate our App with Microsoft Dynamics Navision. we bought that Nav Product and hosted in our server. Now I want to know how to send request and receive response from NAV…
Manik
  • 1
  • 1
0
votes
1 answer

Dynamic NAV Control Add-in exchange data

Im solving how to exchange data between JS control add-in and NAV. Now, when I want to get data from JS control add-in to NAV. I call from NAV, JS method and in JS method I call method in NAV. See example below. Is there some easy way e.g. return…
0
votes
0 answers

Prod Order - Job Card report

one of the customer is testing a report, the Prod Order - Job card and when they click on preview its blank, if they click Print-> PDF it does nothing.. this is all happening under one company only. if they do the same steps under another company it…
Shankar
  • 879
  • 8
  • 15