Dynamics NAV, formerly Navision, is an enterprise resource planning (ERP) development platform produced by Microsoft.

learn more… | top users | synonyms

0
votes
1answer
19 views

XMLport Table Attributes

XMLport objects in NAV appear to support table attributes (i.e. Node Type = Attribute, Source Type = Table). However, when I try to save an XMLport containing a table attribute node in NAV 2013, I get ...
0
votes
2answers
41 views

Integrating between NAV and CRM

I'm reviewing another's code that does some things when data is shoved from NAV to CRM. I see what he's up to but I'm unclear on the pipeline staging. He uses 10, 20, 40 as stages of something and I ...
0
votes
2answers
44 views

Use view in report

I have created a view in SQL Server. I'd like to use this view to create a report in Microsoft Dynamics NAV 2009. Is this possible and if so, how can I use the view? Thanks
0
votes
1answer
47 views

Dynamics NAV 2013 - Adding Extra Fields to Customer Card

Because you aren't allowed to alter the customer table, I have created a new table 'Extra Customer Info' and made a CardPage bound to that table. I then included that in the original customer page, ...
0
votes
2answers
97 views

Navision 2009 R2: nav users, roles and sql application roles

I see Navision uses SQL application roles to manage user permissions to select, insert, delete data in its tables. I see that for each navision user, exists a SQL database user with the same name. ...
0
votes
0answers
77 views

Consuming Dynamics NAV oData webservice using jQuery cross domain

My setup is like this, both servers are in different domains. SharePoint Foundation 2013 with an HTML/JavaScript app, hosted on Office365 by Microsoft. Windows Server 2012 with Dynamics NAV 2013, ...
0
votes
1answer
29 views

NAS license other than in database

I have a Nav database with license "A" saved in it. License "A" does not allow read of certain tables (Job Queue). Is it possible to run NAS (navision application server) under another license "B" ...
0
votes
1answer
101 views

Calculate Key for WebService Update from Sql Query in Navision 2009

I am exposing some Pages in Navision 2009 as web services. To update a record, you have to issue a Read request, and send the Key field along with your Update request. I would rather calculate the ...
1
vote
1answer
240 views

Post SOAP envelop to MS Dynamics NAV Web Service

I am trying to post SOAP Envelope directly to Dynamics NAV Webservices using HttpWebRequest, HttpWebResponse. Code: private void button1_Click(object sender, EventArgs e) { ...
1
vote
2answers
123 views

Opening RDLC Layout in Visual Studio shows <<expr>> instead of value

When I open a report from Dynamics NAV 2013 in Visual Web Developer 2010, every text box shows a field that looks like <<Expr>> Where << and >> are the french Guillemet ...
1
vote
2answers
224 views

Print PDF from Navision Application Server

I have problem printing reports to PDF through bullzip from Navision Application Server (1) if user is not in Local Admin group (2). Only under both conditions. In Nav code I'm doing the following: ...
0
votes
1answer
261 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 ...
0
votes
1answer
168 views

How to change default email client in Dynamics NAV?

We are switching from Ms Outlook to Lotus Notes as our default email client. The problem I have is that some customize button to print and send PDF are not longer working and instead return this ...
0
votes
1answer
37 views

Role Tailored Client register custom page

I'm working with Dynamics Nav 2009 R2, I just created a new page object 50011 Shipment Types, but it does not appear in the Role Tailored Client, if I search for Shipment Types I don't get any ...
1
vote
1answer
303 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 ...
2
votes
0answers
162 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
165 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
119 views

Can Navision three tier architecture work without Kerberos?

Can Navision 2009 R2, three tier architecture work without Kerberos?
1
vote
1answer
161 views

Dynamics nav 2009 RE: SoapException: Standard Item Code 'foo' does not exist

I am trying to create purchase invoice: PurchseInvoice_Service pis = new PurchseInvoice_Service(); PurchseInvoice pi = new PurchseInvoice(); pis.Create(ref pi); ...
1
vote
1answer
107 views

Does Dynamics NAV 2009 RTC contain orphaned fields?

Until today, I was under the impression, that a field can only show up in the RTC Layout's dataset, if it has been defined in one of the sections of the classic report. Then today I was designing a ...
1
vote
1answer
160 views

Dynamics NAV 2009 Classic Client Extensions

I am curious if it is possible to extend the Microsoft Dynamics Nav Classic Client and program an add-on that can for example enhance the Object Designer. For example in the "Object Designer" it is ...
1
vote
3answers
228 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
128 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
137 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
0answers
124 views

On-line help for variables of custom DotNet type?

I have developed and documented a .NET assembly for use from within Dynamics NAV, and I was hoping to be able to assist callers of my API by providing them with context-sensitive on-line help. Does ...
1
vote
1answer
585 views

Navision 2013 dynamically change caption of field list on page

In the page I have a list of fields where I can make a filter. Typically it reflects the caption field. The list Is subject to the field property 'captionclass' (e.g. Dimension) I modified codeunit ...
0
votes
1answer
229 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?
0
votes
2answers
82 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:[email protected]/admin/orders.xml However, ...
0
votes
1answer
162 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 ...
1
vote
1answer
124 views

How to show a Unicode character in RDLC Microsoft Dynamic NAV 2013 report?

I added a textbox in RDLC report and set value of it to unicode character. but when I run report, I got only ????? sign. Please help me to solve this problem. I wish to see the unicode character in ...
0
votes
1answer
109 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? ...
4
votes
1answer
292 views

How do I require a field to be mandatory on a NAV page?

It seems that the underlying nature of NAV is to resist requiring the populating of a field to be mandatory. In the case of our business logic, certain fields must be populated in order for the data ...
1
vote
1answer
296 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
381 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
380 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
207 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
400 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 ...
4
votes
1answer
324 views

Mono for android using Web Service with authorization

I am developing an Android app which uses a Web Service. I added a web service reference to my project (Right-Click on project -> Add Web Reference). When I use the web service without authentication ...
2
votes
1answer
131 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
526 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
263 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
146 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 ...
0
votes
0answers
98 views

How to add flowfield to RTC report?

how to sum up flow field in Microsoft Dynamic NAV and show it in RTC report ? thank for your help, Makara
8
votes
1answer
139 views

Has anyone created a homegrown source control add-in for NAV that uses Mercurial

We use Mercurial for our source control for C# and Progress code. We are now developing in Microsoft's Dynamic NAV. There is no built-in source control and it's awkward (and error-prone) to manually ...
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 ...
1
vote
1answer
265 views

Error occur when run RTC page contains add-in control

I was following the walking through of Microsoft on "Creating and Using a RoleTailored Client Control Add-in". All steps are completed , but when I ran the form (customer card), there is an error : ...
1
vote
1answer
734 views

Is there any ways to change color of label in RTC?

In the form, I would like to set the color of text in Label. Actually I can set it in Classic by using Label property called "FORECOLOR". but unfortunately in RTC doesn't change the color. Are there ...
1
vote
2answers
351 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 ...
0
votes
1answer
588 views

Update Sales Invoice number using web service

I'm trying to use the Dynamics NAV web service on the Sales Invoice entity to create invoices in NAV that are generated from another system. The problem I'm running into is when I try and create an ...
0
votes
1answer
391 views

Can't print report header in every page in classic report

how to print report header in every page in Classic report in Nav 2009. I try to see section property (PrintOnEveryPage = yes) . Do you have any idea ?

1 2