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
3
votes
0 answers

Read Dynamics NAV 2009 Table Metadata with SQL

I would like to be able to read the Dynamics NAV 2009 R2 Table Metadata directly from the SQL Server database without requiring the NAV Development Environment. This question is similar to Read Dynamics NAV Table Metadata with SQL but I need to…
Alexander Kuzin
  • 463
  • 4
  • 13
3
votes
1 answer

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 provided webservices seem to be the best…
3
votes
1 answer

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 Sharepoint 2010 and I can't get it to work. I know…
1
vote
2 answers

SQL Query to delete data from tables defined in table

I'm trying to delete data from a number of tables in my SQL base. In the database I have a table called company which contains the names of each table that I need to delete data from. lets assume that I have 3 companies in my company table. What I…
AronChan
  • 245
  • 3
  • 19
1
vote
1 answer

fixing and understanding an error in a very simple Navision dataport

Can someone please tell me why my code would error out on CU 5402 UOM Mgmt, specifically at the Item.Testfield("No.) line under GetQtyPerUnitofMeasure function? Below is my code to import 6 columns of data:…
1
vote
1 answer

How to skip function in navsion 2009

I have a function where you can add articles. AND I have a date range. But if it is not in date range, I want to skip this function(table 36): FncCheckBOM(Description : Text[30]) LocRecSalesLine.SETRANGE("Document Type", Rec."Document…
SavantCode
  • 131
  • 2
  • 4
  • 14
1
vote
1 answer

How to apply Entity_Filter as OR in Dynamics NAV WebService

I am consuming a Dynamics NAV 2009 WebService (SOAPish). Specific I am talking about the ReadMultiple method MSDNA The filterArray takes an array of Entity_Filter objects. Each Entity_Filter has a Field and Criteria property. Now I want to know, how…
Ello
  • 907
  • 1
  • 15
  • 33
1
vote
2 answers

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 not possible to do batch updates to several objects…
lanoxx
  • 12,249
  • 13
  • 87
  • 142
0
votes
0 answers

Advice needed: NewtonSoft.Json and Dynamics NAV 2009 R2 Classic

I'm trying to get the Codeunit 50000 in this zip file to work: https://kappiwebhosting.blob.core.windows.net/dynamcisis/2015/09/Json.zip Found here: https://dynamics.is/?p=2303 C/AL Globals I'm trying to get Dynamics Nav 2009 to recognize the…
Larsen
  • 1
0
votes
1 answer

Time Format always zero in Microsoft Dynamics Navision 2009

In a table in Dynamics Navision 2009 we use a field named [Last Time Modified]. Data type is Time (in the database it is a DateTime). It contains values with fractions of seconds (like 13:14:15.678). In NAV / Connectivity Studio / Documents /…
Martin Mulder
  • 12,642
  • 3
  • 25
  • 54
0
votes
0 answers

creating a general journal line while posting a rental order in Microsoft Dynamics Nav 2009

I have a custom modification for a customer where they want to keep track of a specific amount while posting a rental order. The way I have it written is when the posted rental line is being generated, create a line in the General Journal Line table…
0
votes
2 answers

Microsoft Dynamics Nav 2009 user

In Microsoft Dynamics Nav 2013 and higher, Microsoft announced powershell cmdlets and its very easy to get all Nav users using powershell command Get-NAVServerUser Any idea how to get all users in Nav 2009 and lower where this is not supported? I…
0
votes
2 answers

Copy a section of a record to another record ind Dynamics NAV

I have a record with let's say 100 lines, that a user marks. I retrieve the record like this: CurrPage.SETSELECTIONFILTER(recSelection); recSelection.FINDSET; Now, I want to copy 20 lines of the selection at a time into another record variable and…
Ello
  • 907
  • 1
  • 15
  • 33
0
votes
1 answer

Navision C/AL Create error with C# COM dll

I'm developing a report for Navision 2009 SP1 (Classic Client), where the need for extra functionality unavailable in NAV has arisen. I have created a COM dll in C#, installed it (using InstallShield "free" vs version) and created an automation…
Starwop
  • 103
  • 2
  • 12
0
votes
2 answers

Importing text object programmatically in navision 2009

I have a Research task of importing object in text file into Dynamics Navision 2009 using C#. I am not getting a single clue to do this. Please help me to find whether we can do it in Nav 2009 or not. If yes then How? In Nav 2013 we can import text…
1
2