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

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, so the customer card now has an extra fast tab…
George Harnwell
  • 784
  • 2
  • 9
  • 19
0
votes
2 answers

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. Relation between nav roles and sql aplication roles…
Eduard
  • 664
  • 2
  • 14
  • 26
0
votes
1 answer

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 Key myself for 2 reasons: Using the filters in the…
João Bragança
  • 1,353
  • 1
  • 13
  • 29
0
votes
2 answers

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 function Test (no parameters, returns a hardcoded…
user1390456
  • 96
  • 1
  • 8
0
votes
1 answer

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 message: "Either there is no default mail client or…
ghiscoding
  • 12,308
  • 6
  • 69
  • 112
0
votes
1 answer

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 results. The page is also not accessible via the menu…
lanoxx
  • 12,249
  • 13
  • 87
  • 142
0
votes
2 answers

ASP.NET & Microsoft Dynamics NAV 2009 how get data?

I want insert , update and delete customer's table in Microsoft Dynamics NAV 2009 helping ASP.NET , C#; Passing by Microsoft Dynamics NAV Server; Have anybody C# code about this ?
0
votes
1 answer

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 is that I have a dll which is based on .NET…
Teddy
  • 3
  • 4
0
votes
1 answer

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?
user1927944
0
votes
0 answers

SQL transactional replication - cannot drop table as referred to by indexed view which I cannot replicate

I'm trying to get transactional replication of a MS NAV database working on a couple of SQL 2008 R2 servers. I was able to get the replication working, however running any kind of CREATE or ALTER operation on the inexed views causes the NAV…
Loic
  • 111
  • 8
0
votes
1 answer

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 try to add the user, I get the following…
Joda
  • 12,796
  • 10
  • 34
  • 33
0
votes
1 answer

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
Makara
  • 233
  • 1
  • 8
  • 23
0
votes
1 answer

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 invoice with a different invoice number to what is…
Steve
  • 9,335
  • 10
  • 49
  • 81
0
votes
1 answer

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 ?
Makara
  • 233
  • 1
  • 8
  • 23
0
votes
2 answers

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 on an existing customer, County is filled in with…
João Bragança
  • 1,353
  • 1
  • 13
  • 29
1 2 3
24
25