Navision is the former name of Dynamics NAV, an enterprise resource planning (ERP) development platform produced by Microsoft.

learn more… | top users | synonyms

0
votes
0answers
47 views

Access to Navision codeunit via web service (xml)

I try to access the Navision 2009 R2 web service by generating a SOAP message from C#. I get the response only if the codeunit's function I call has no parameters. Example for codeunit RunJob ...
1
vote
1answer
56 views

Date filter in Microsoft Dynamics NAV webservice

When sending a filter to the webservice in php everything works fine, but when we need to sort on dates we encountered a problem. We need to get all the objects modified after a certain date. In a ...
1
vote
0answers
85 views

Security concerns with rawurldecode in Codeigniter and SOAP webservice

We are using a Microsoft Dynamics NAV SOAP webservice to fetch some product information for a webshop, to fetch it we'll send along parameters such as Brand, Type and Modelnumber These parameters ...
1
vote
1answer
93 views

How to mark quantity to invoice on Purchase Order Line? Can I use 'Finished' field?

I am trying to count Qty_to_invoice in Purchase_Order_Line, but the value of this field is 0 at the very beginning, so I have to initialize it with Purchase Order Line's Quantity field. Problem is ...
1
vote
1answer
37 views

Can Navision three tier architecture work without Kerberos?

Can Navision 2009 R2, three tier architecture work without Kerberos?
1
vote
3answers
179 views

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 ...
1
vote
1answer
64 views

navision testing environment

I have a long experience in programming C#. I have used navision 2009 years ago as an end user. Now I would like to refresh my programming skill by starting coding with Navision 2009 or Navision 2013. ...
0
votes
1answer
105 views

Issue with .NET Framework on Navision 2009R2

i'm creating a ControlAddIn for Navision 2009R2 in c# with Visual Studio 2010. There I have to use the .NET 3.5 Framework because Navision can't use higher versions of the .NET framwork. The problem ...
0
votes
1answer
187 views

Convert a Navision Filter to SQL where

I have a field in table in next format 1_2..1_10|1_6|1_8| where 1_2..1_10 include 1_2, 1_3 and other. How I can select data, where number = 1_3?
1
vote
1answer
131 views

Navision 5 and COM Interop

While trying to understand how Navision 5 can communicate with an external application through COM interop, i found the following example: http://msdn.microsoft.com/en-us/library/aa973247.aspx The ...
0
votes
2answers
70 views

Shopify private app api post request

I am writing a private integration app from MS NAV to shopify api. I can use the api for Get Request, e.g. https://API_KEY:PASSWORD@wolf-wiegand-and-davis1433.myshopify.com/admin/orders.xml However, ...
0
votes
1answer
97 views

Alternative to Try-Catch in Navision 6.0(CC) [Member call failed]

While trying to print a document in Navision, we get the error: Translation: This message is for C/AL programmers: The call to member ActivePrinter failed. Microsoft Word returned the following ...
0
votes
1answer
87 views

Using Pentaho for displaying Data

my company maybe wants to use Pentaho for displaying Data from Navision with multiple clients on a Dashboard. Would it be more work to do this with Pentaho instead of .net and Navision web services? ...
1
vote
1answer
200 views

Navision Report Filter

I have a report in which I have a data Item Customer and a Data Item SalesLine. Now I want to display all the sales Line from each customers (this works). But how do I filter these Customers out which ...
0
votes
1answer
264 views

Error message when adding windows login to Dynamics NAV 2009 classic with sql server

I have a user that is created on the windows domain, and added to the Administrators group on my server. The user can log in to the machine, However, when I open Tools->Security->Windows Logins and ...
2
votes
1answer
291 views

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

How to force sql server to ignore insert on computed column instead of throwing error?

I have a table to which I would like to add computed column (with values different for each user - needed for permissions). Problem is that this table is part of Microsoft Dynamics NAV which don't ...
1
vote
1answer
284 views

Navision print through Preview without missing function

I have a few reports from which my customer wants to print them through the Preview option. The problem is, that this reports need the CurrReport.Preview function for logging data. Since this function ...
2
votes
1answer
100 views

inverse boolean Navision

Is there a more easy way to inverse a boolean instead of using a IF ELSE construction? Normally I would use the ! infront of a boolean value. But that doesn't do the trick in Navision
1
vote
2answers
352 views

Navision How to Convert a Text to Option

I have a text variable which I want to convert into a option and set table data with it. How do it convert the variable into a option? Thanks
1
vote
1answer
179 views

How do I pass an array as a method result to Microsoft NAV?

As part of our software business, we offer a development kit for developers to integrate our software into theirs. We generally try to cater to many different languages/environments. Recently, we've ...
0
votes
0answers
134 views

Fixed Asset takeover from Navision 4 to Dynamics NAV 2009 - Good way to takeover FA Ledger Entries

I'm relatively new to NAV and I need to takeover the fixed assets for one of our customers from an old Navision 4 database to a new Dynamics NAV 09 database. I choose the dataport for this job and I ...
3
votes
1answer
1k views

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 ...
0
votes
0answers
152 views

Why does Dynamics NAV except to copy an OCX variable to another object and using it without complaining that a design time license is missing?

Scenario: Dynamics NAV Version: 6.0 SP1 On purpose no design time license for "Microsoft Common Dialog Control, version 6.0" is installed - so that means no VB6 or any Visual Studio version is ...
1
vote
2answers
267 views

Why can I not compile an object in Dynamics NAV containing an OCX?

I imported a Form object from a text file. When I try to compile it I get the following error message: This message is for C/AL programmers: The OLE control or Automation Server identified by ...
2
votes
1answer
88 views

How to replace a COM object?

I need to develop a COM object DLL that could replace an old one. I need this, because I don't wan't to develop an application that uses the old COM DLL. I'll make a new COM object with the same ...
0
votes
2answers
154 views

Unable to set County in Dynamics Nav Using the Web Service

I am working on integrating our e-commerce system with dynamics nav on the backend. I create a customer if it doesn't yet exist. All of the fields seem to stick EXCEPT for 'County.' When I do a Read ...
1
vote
1answer
896 views

Authentication in navision web service under VPN

I am developing an app under Java that has to call at some point a web service developed under navision that requieres domain user/pass which I have been provided with. Right now this WS is not ...
1
vote
1answer
518 views

Dynamics Nav Company Web Service

Here is the Microsoft Dynamics NAV Web Services from msdn. But I can only call http://<Server>:<WebServicePort>/<ServerInstance> and ...
2
votes
4answers
805 views

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 ...
1
vote
1answer
203 views

XMLPort Skip empty Tags

I created a XMLport in Dynamics Nav. The problem I have is that empty tags appear in the XML and I need to remove them. I have to do to fix it?
1
vote
0answers
268 views

Navision - Transfer NTEXT column from SQL Server to xml file

At the moment I don't know how to get the value from a NTEXT column in SQL Server to XML file in navision. I've tried many methods but they don't work. This is my attempt so far: PROCEDURE ...
0
votes
1answer
182 views

Generating OCX / DLL files to call REST APIs using native C++

I have a primitive version of Microsoft Navision from which I need to call a 3rd party REST API for get / put / post requests. Is there a way to do that using native C++ code?
-3
votes
1answer
479 views

Petapoco or Dapper with ODBC?

I'm trying to connecto to navision 2.60 using ODBC now i'm have a static class for manage odbc connection. i want to use a ORM for mapping entities like Petapoco or Dapper some example ?
1
vote
1answer
1k views

Using MS Dynamics NAV with PHP

I’m starting extranet project, where php pages (web server) supposed to send data to Microsoft Dynamics NAV. I haven’t used NAV before, so I googled some info: ...
1
vote
2answers
1k views

DIfference between Navision DB and SQL Server DB

I am new to Navision application.Can you please explain the difference between Navision DB and Sql Server DB?
5
votes
2answers
506 views

Using Git to version Microsoft Dynamics NAV?

I'm a .NET developer, but in our organization we also have a couple of Microsoft Dynamics NAV developers. Currently they're not using any source control. I know very little about NAV, but as I ...
2
votes
3answers
172 views

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

WPF DataGrid Navision functionality

I'm working on creating a DataGrid with the same functionality as Microsoft Dynamic Nav. This is almost like a Excel spreadsheet. The idea is that you can start editing a cell. After you are done ...
0
votes
1answer
85 views

Who is the current user

I am using the Mail Merge feature of Navision and would like to be able to add the name of the user who is invoking the mail merge. If this information is stored in a Navision table, I can call it out ...
0
votes
0answers
182 views

Which technology is better suited for writing web application that will communicate with Navision - PHP or .NET (C#)? [closed]

My client needs web application that would communicate with Microsoft Navision. This will involve writing web service and consuming navision web service. We are considering 2 options when it comes to ...
0
votes
0answers
433 views

Which datatype can transfer a stream from C# to Navision through the COM interface?

Problem I need to invoke a Webservice from Navision and process the result. Unfortunately our version of Navision does not support consuming Webservices. So i am developing a .Net C# assembly that ...
0
votes
0answers
578 views

create date filters and filter records

how to display records in released production order with filters from-date and to-date and selected workcenter
0
votes
2answers
2k views

Creating Orders in Microsoft Dynamics NAV via web services or an API

I am tasked with creating an API that would allow 3rd party customers the ability to send orders into our Microsoft Dynamics NAV 5.0 SP1. I want to be able to create a SalesOrder in Dynamics NAV not ...
1
vote
1answer
540 views

Ready-made Dynamics NAV 2009 web services for integration with e-commerce system?

I'm planning to integrate our e-commerce module with Navision. I know you can set up and configure web services in NAV 2009, but I'm not familiar with Navision, and would like a more out-of-the-box ...
1
vote
1answer
208 views

Screen blinks with data loss [closed]

We have Navision 5.0 clients with a 4.3 backend running on a SQL Server 2005 blade server. At random times the users complain that the screen blinks and that they may lose data. I actually witnessed ...
0
votes
1answer
503 views

PHP with ODBC to remote db, where does driver need to be and can I drop SSL on the connection?

I need to connect from a web LAMP (PHP) environment to a remote Navision installation which has ODBC drivers on the server. Does the web server need the ODBC drivers on it locally as well? Or does ...
1
vote
2answers
1k views

Dynamics Nav (Navision) webservice ReadMultiple date filter

Using the Navision webservices, how can you filter by a date. i.e. Within a SalesHeader table there is an "ExportedDate". I would like to find all SalesHeaders where the ExportedDate has not been set ...
2
votes
1answer
783 views

How to change user department in Navision 2009 (role tailored)

How can i change users deparments in Microsoft Dynamics NAV RoleTailored Client, say i want to put myself in the [Purchase] department. Please help.
1
vote
2answers
1k views

Export methods from Navision Dynamics 5.0 to datawarehouse/OLAP purposes?

I'm using Navision Dynamics 5.0 and need to export all the financial data into my datawarehouse on a regular basis (1 time daily). And therefore I don't want to use csv-files as exporting method. ...

1 2