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

NAV2009 No execute permission on 'E-Mail Dispatcher' CodeUnit ID5065

One my of users get this error when open RTC 2009. "No execute permission on 'E-Mail Dispatcher' CodeUnit with ID 5065". She justed used it and I didn't modify anything. I try everything such as re-compile C-5065, re-compile all CU, add role…
swingNoobie
  • 151
  • 2
  • 14
0
votes
1 answer

Filtration for navision web services in android

How to pass filter in navision web services calling from android devices and how to fetch data? I've called the web services using WSDL & ksoap2 with NTML authentication and successfully fetching data, but filter does not work when applied.
The Heist
  • 1,444
  • 1
  • 16
  • 32
0
votes
1 answer

Microsoft Dynamics Nav Addin on Open Page

Im developing a Microsoft Dynamics Nav Addin. The addin returns a TreeView. I have and action in the page to fill nodes using nav table rows. My Action works fine, but i want to fill my TreeView when the page is loaded and the addin initilzed I…
0
votes
1 answer

Close C# form but not close calling application?

What I have is a project that is called from our ERP. The ERP calls functions that are exposed in the C# project and info is passed back and forth. This works great, but I am having an issue with the "Cancel" button. When the cancel button is…
Synphony32
  • 43
  • 7
0
votes
1 answer

How to retrieve the previous record in navision

I'm new to navision, and I need need to retrieve the previous record from a table because I need its records. So my question is : how can I retrieve the record that's just before the one I'm working with? explanation : I'm seaching but can't…
bibo
  • 13
  • 1
  • 6
0
votes
1 answer

Type of return value - function XMLHTTP.responseXML

I'm working on COM library for NAVISION in C# (as automation variable in NAV) and I have problem with return value of my function. I need get XML to NAV. I find function XMLHttpRequest.ResponseXML which returning variable in correct format for…
zdenál
  • 73
  • 7
0
votes
1 answer

Can't run Report Layout designer in Nav2013R2

In MS Nav2013R2 I can't open reports layout in Visual Studio When I click View -Layout in Microsoft Dynamics NAV Development Environment it throws error An error occurred when opening the report designer. A supported version of Visual Studio could…
Mak Sim
  • 2,148
  • 19
  • 30
0
votes
1 answer

Reading Web Services URLs from a text file C# NAV

I am using Microsoft Dynamics NAV 2009 as I am building a C# program as the integration. Currently Im defining all my web service references inside my C# code. I wanted to know whether I can call the web service references from a text file since I…
Nareshwar
  • 15
  • 6
0
votes
1 answer

Error importing Dynamics NAV web service in Visual Studio

I'm trying, in Visual Studio 2010, to add a Web Reference to a Dynamics NAV webservice that asks me for a username\password (domain user : domain\user. If I try in the browser, after putting the user/password I get to the WSDL with no problem. In…
0
votes
1 answer

SSRS 2008 Nested Table Print Header on every page

what I want to do is the following. I have 2 Tablix, the second one is nested in the first one and prints detailed information (it's a document for a sales quote from dynamics nav). Like this: Tablix1 Header1 Header2 Body …
Jan
  • 1
  • 1
0
votes
2 answers

Dynamics Nav 2013 View Database Table during debugging session

Is it possible to view the contents of a Dynamics NAV 2013 Database Table while being in a debugging session? When I go the development environment I can normally hit run on any table and explore its contents. How ever, while the debugger is…
lanoxx
  • 12,249
  • 13
  • 87
  • 142
0
votes
2 answers

Dynamics Nav 2009 R2: Update Page list

I have a page (list type) which contains a Repeater-Group with my elements. Now I have a report which will change visible fields. After the button is pressed, I get the updated Record with rec.Findset, but I am unable to update the view.…
Florian
  • 1,827
  • 4
  • 30
  • 62
0
votes
1 answer

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 this error message: The SourceType Table for Tag…
Jan Hoek
  • 702
  • 5
  • 13
0
votes
1 answer

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 don't get if he does something unnecessary or if…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
2 answers

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
Bv202
  • 3,924
  • 13
  • 46
  • 80