Questions tagged [dynamics-nav-2009]

Dynamics NAV is an enterprise resource planning (ERP) development platform produced by Microsoft. Use this tag for issues that are specific for Dynamics NAV 2009.

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

This tag is specific for issues related Microsoft Dynamics 2009. For more general issues related to Microsoft Dynamics use tag .


Related tags

24 questions
0
votes
2 answers

MS DynamicsNAV Web service index out of bounds

Hi Im having problems with Microsoft Dynamics NAV 2009 R2 Web Service! There is a webMethod given called OrderGoodsInsert which needs parameters lLanguageId [int], lRec [Text 250] [100] lRec should be a string array with values such as…
HellOfACode
  • 1,675
  • 3
  • 18
  • 38
0
votes
3 answers

Microsoft Dynamics NAV 2009 How to remove objects outside of license?

During an upgrade process from 2009 to 2016 I'm trying to remove objects relating to an old discontinued product. The objects are not within the range of or license and consists of both Forms, Tables and Reports. When deleting I'm faced with the…
0
votes
1 answer

microsoft navision 2009, checkbox checked

I try to check a checkbox in navision 2009 with the tool box. I try it like this: IF CurrForm."Bestaand afleveradres" = TRUE THEN MESSAGE('hallo'); Bestaand afleveradres is the name of the checkbox Thank you
InfinityGoesAround
  • 1,011
  • 4
  • 17
  • 31
0
votes
2 answers

Navision DB/Company backup and restore using SQL/.NET

In my job, I have to do a lot of backup and restore of NAV companies in order to create new companies similar to previous company. I am planning to build a .net application to do the job. Basically automate the repetitive stuff, but the problem is…
Yogeshwar Singh
  • 1,245
  • 1
  • 10
  • 22
0
votes
1 answer

Integration Salesforce with Dynamics NAV 2009/2015

We have a client that aims for an integration between Salesforce and Dynamics NAV 2009/2015 (the upgrade to 2015 being planned for later this year). Now I know what the API on the Salesforce side looks like, but how does that work on the NAV side of…
0
votes
3 answers

which Dynamics NAV web service to use

I need to build a custom web service in Dynamics NAV 2009 to communicate with E-commerce site. I'm new to Dynamics NAV and I'm not sure if I should use page or codeunit webservice. Can page web services be customised since i only need to read from…
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 ?
-1
votes
1 answer

I need to generate a NAVISION Security Report for our auditors

Is there a report in NAV 2009 that will show users and their roles? Does anyone know what tables in the SQL database they might be in?
Jeff
  • 329
  • 3
  • 13
-2
votes
1 answer

copy startdate and enddate to other line

And I want to copy the startDate and Enddate copiing to the other line, I have this: GetDates(Bom : Record "BOM Component";VAR StartDateItem : Date;VAR EndDateItem : Date;RegelkortingItem : Decimal) IF GET(Bom."Parent Item No.",Bom."Line No.") THEN…
SavantCode
  • 131
  • 2
  • 4
  • 14
1
2