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

Get Trial balance of certain date with Dynamics-nav Soap Web Service

I created a portal and reporting tools based on the SOAP web service of Microsoft Dynamics Navision 2015, it seems not possible to get the balance of all general ledger accounts of a certain date by teh Web Service. For example I want the Trial…
0
votes
2 answers

Create a function that checks if ID number satisfies criteria

I'm new into NAV so maybe my question will seem a bit noob but here it goes. I created a table which has a field called ID number where user needs to enter a 10-digit Biginteger (or Code, IDK what is better) which represents his/her's ID. I must…
0
votes
2 answers

Changing the field CaptionML to ENU in thousands of already created tables in Microsoft Dynamics NAV Development Environment

We have thousands of tables in Microsoft Dynamics NAV Development Environment and we had not given a value for the CaptionML field. This creates an error when sending the tables to MS Excel in NAV 2013. We were wondering if there is some sort of…
0
votes
1 answer

Simple HTTP request to Odata web service works fine on localhost, but fails on server

I'm trying to send a basic HTTP request to an Odata web service in Microsoft Dynamics NAV 2016, using the following PHP code : $url = 'https://://OData/Company(\'\')/customer(\'1\')'; $credentials…
John Slegers
  • 45,213
  • 22
  • 199
  • 169
0
votes
4 answers

dynamics nav webservice error 401 Unauthorized

When consuming a dynamics nav web service I get the following error : The request failed with HTTP status 401: Unauthorized. However when I try it in a browser it works . I tried the following but its still not working…
0
votes
2 answers

How do SAP and Navision interact with third-party applications?

I am developing a business application and, provided that many companies look for integration, I would like to make it "compatible" with business systems like SAP or Navision. What mechanisms do these systems use for importing/exporting/syncing data…
-1
votes
1 answer

I need to generate a NAVISION Security Report for our auditors

Is there a report in NAV 2009 that will show users and their roles? Does anyone know what tables in the SQL database they might be in?
Jeff
  • 329
  • 3
  • 13
-2
votes
1 answer

Can anyone share the code to access the onpremise Dynamic Nav end points

I have a task to access the on-premise Dynamic Nav Rest API. I could not able to find any logic to access the token logic. Could please provide some code snippets to access the Endpoint URLs. Thanks in Advance
-2
votes
2 answers

How to generate Data Matrix Barcode from Nav 2015?

I searched a lot regarding the Data Matrix Code generation from Nav 2015 but could not get any proper solution for that though, i got some code from below link but still, some of the automation variables is not there in Navision, so I need you guys…
1 2 3 4 5 6
7