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

Can't find NAV 2013 R2 tables in the SQL database

I'm currently migrating our NAV 2009 tables to our new NAV 2013 R2 database. I was able to upgrade, import and compile the tables as .fob objects in the new database's object designer, but it seems like they are not really inside the…
redevined
  • 772
  • 2
  • 6
  • 23
0
votes
1 answer

Dynamics Nav 2013 Web Client Page in Other Website

I have found interesting Dynamics Nav Web Client functionality thanks to which we can create Dynamics Nav Page as part of other website. It's cool thing, but how it's look with user license? Is it possible to create website which has Dynamics Nav…
0
votes
2 answers

Dynamics Nav 2013 web service without authorization

We are going to integrate Dynamics NAV 2013 with PHP eCommerce and are planning to do this by dynamics nav web services. I know that to integrate with PHP I have to enable NTLM authentication, but I'm wondering if is it possible to publish web…
Adrian Bystrek
  • 528
  • 2
  • 6
  • 19
0
votes
1 answer

How to integrate the NAV with Outlook Express

We are using Dynamcs NAV 4.0 we have to do the things in PO while send it sould go to the next desk for the approval and the person should know through the mail when it was post.please help
Ankush
  • 1
0
votes
1 answer

How to notify user by email when timesheet is approuved with dynamics nav 2013

i work on Project that displays dynamics Nav 2013 timesheet in sharepoint 2010 With WebPart. i want send email automaticly to user when timesheet is approuved by apporouver ? thx
0
votes
1 answer

Filters Syntax Explanation

I'm trying to reproduce the filters logic in csharp and was wondering what do the following filters mean? As a start, I created a parsing tree having LogicalOperator Node, ComparisonOperator Node, Variable Node, Value Node. The idea is that I could…
Daniel St-Jean
  • 117
  • 1
  • 2
  • 8
0
votes
1 answer

Executing Powershell Scripts from C# or Dynamics NAV2013

I have now tried about a hundred ways of automating the execution of powershell scripts from C# and Dynamics NAV 2013. Running the script works 100% from either Powershell ISE or executing it with the following command in commandline: powershell.exe…
event.er
  • 65
  • 1
  • 8
0
votes
1 answer

Microsoft Dynamics NAV SOAP services not exposed

I'm trying to expose a MS Dynamics NAV Page Web Service through a SOAP interface. I can configure it just fine through the Web Services admin dialog, but when I check Published it generates the ODATA URL but no SOAP URL. SOAP's what I want. …
user1058785
  • 41
  • 2
  • 4
0
votes
1 answer

How do I deploy my customer specific app without use of the appstore

I am looking for a simple method to deploy my app by my customer without use of the Microsoft AppStore. This because this app is a part of an bigger solution, the data source for this app is data from Microsoft Dynamics NAV (which is not default…
jfamvg
  • 237
  • 3
  • 10
0
votes
0 answers

The login failed when connecting to SQL Server. Trusted Domain

I have a problem with SQL server. My environment is like this: trusted domain two active directory. 192.168.0.105 - New Active Directory 192.168.0.104 - Old Active Directory & Application Server(Navision 2009 R2) with Old Domain 192.168.0.103 -…
Rendy
  • 1
  • 1
  • 1
0
votes
1 answer

Dynamics NAV Control Add-in not found

I'm trying to create a Hello-World control add-in for Microsoft dynamics NAV 2013 R2 (My specific version is 7.10.36836). I'm using this tutorial…
0
votes
1 answer

NAV 2013 using .NET App

I am looking to start a project for my company using NAV 2013. I want to know if it is possible to develop a .Net application which can be linked into a clients page on NAV. Any ideas will be much appreciated.
0
votes
1 answer

Get Updated and New Records from Dynamics NAV Web Service

I am trying to get all Customers created/updated after the value of a DateTime field. In Dynamics CRM I would periodically call this method: DateTime LastCheckedCRMAccount { get; set; } private List GetCRMAccounts() { …
Bvrce
  • 2,170
  • 2
  • 27
  • 45
0
votes
1 answer

Control Add-In for Nav Matrix of textbox(bidimensional) in C#

I need help creating a CtrlAddIn for Dynamics NAV using C# I am quite new to matrix and c#, i am using WinForm and VisualStudio to create a DLL. Here is part of the code: region Fonctions pilotées depuis Dynamics // Tout effacer …
Nirtun
  • 47
  • 10
0
votes
1 answer

Speed up data upgrade for NAV2013

I'm doing a NAV2013 upgrade on a clients database which involves a lot of heavy SQL queries Microsoft have "compressed" dimensions by normalising them in NAV2013 saving a lot of DB space, but the operation requires that a lot of data is checked and…
Charleh
  • 13,749
  • 3
  • 37
  • 57