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
2 answers

How to update report in Dynamic NAV using RDLC report?

How can i write a function to update record in Microsoft Dynamic NAV using Role Tailored Client Report ? Thx in advance, Makara
Makara
  • 233
  • 1
  • 8
  • 23
-1
votes
1 answer

How individual code is run inside an ERP application like SAP or Dynamics NAV

I'm trying to figure out how internal development environments were implemented and how they work. Particulary, in early days at the beginnging of its era (1980-2000). Let's try to keep it simple. For instance, in most today's ERP systems you can…
-1
votes
3 answers

How do I display Dynamics NAV table option field text values in SQL Server

Sometimes during Dynamics NAV development, it is helpful to take a quick look at the data using SQL Server. But because any fields of type option are an enumeration, all you get in SQL Server is the numeric value. I needed a quick and dirty way to…
j2associates
  • 1,115
  • 10
  • 19
-1
votes
1 answer

How to get data with primary key from other table in NAVISION

I want to make a report in a payment journal that displays the data of the bank account name used by the vendor in the Vendor Bank Account table (288). Where vendors have chosen bank accounts in filed 'prefered bank accounts' on Vendor table (23) My…
-1
votes
1 answer

How can I modified page (31) Item List, after I Post Item Journal in Ms. NAVISION

I wanna make alert while item in inventory <= safety stock quantity, so I create new field "Out Of Stock" in table Item (27), and I put this code in Page Item List (31) in OnAfterGetRecord() trigger. IF (Inventory <= "Safety Stock Quantity") THEN …
-1
votes
1 answer

Consuming dynamics NAV data using web services in windows 10 universal app

I need help on consuming microsoft dynamics nav web service using a windows 10 universal app using C#. How can I achieve it ?
-1
votes
1 answer

Want to learn MS Dynamics(Confused between ERP and CRM)

I am confused about MS Dynamics.I am having 7 years of experience in MS technology (asp.net, C#, vb.net, Sql 2005/2008, WCF, SharePoint 3.0) and Crystal report 10.0. I want to learn MS Dynamics but unable to know which to choose interms of better…
-1
votes
1 answer

How to sum data according to page filter in Dynamics NAV 2009 R2?

I think on every list page has their own default data filter. Then how would I know what is user currently filter on page if I want to sum data according to that filter ? It's not CurrPage.SetSelectionFilter right ? :(
swingNoobie
  • 151
  • 2
  • 14
-2
votes
1 answer

Can anyone share the code to access the onpremise Dynamic Nav end points

I have a task to access the on-premise Dynamic Nav Rest API. I could not able to find any logic to access the token logic. Could please provide some code snippets to access the Endpoint URLs. Thanks in Advance
-2
votes
2 answers

How to access generated HTML Elements from JavaScript?

i want to access a table in the Dynamics NAV Webclient. If I check the html source code of the page I'm working on it is about 20 lines long without any table but when I view the sorucecode in my firefox inspector I can see the html structure…
Chris
  • 25
  • 8
-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 3
24
25