Questions tagged [microsoft-dynamics-nav]

Microsoft Dynamics NAV (formerly known as Navision) is an ERP system that's part of Microsoft Dynamics

Microsoft Dynamics is a line of enterprise resource planning (ERP) and customer relationship management (CRM) software applications. Microsoft Dynamics applications are delivered through a network of reselling partners who provide specialized services.

Microsoft Dynamics NAV (formerly known as Navision) is one product in this product line.


Useful links


Related tags

99 questions
0
votes
1 answer

SerialPort read in extension fails on dotnet error

I'm writing an extension that reads serial port data. I'm running on BC14 OnPremis. Here is what I have. The global variable, running on client side (obviously serioal port is not on the server, with events because I need to receive data…
0
votes
2 answers

How do I iterate the Enum captions in Business Central 365

Enums are/will be the Option replacements for Business Central 365. Recently I had an occasion to use a few and get my feet wet, so to speak. As seems to be the case far too often, about 80% of the functionality you need is readily available, but…
0
votes
0 answers

Our INSERTs use REPEATABLEREAD hint. What effect does this have?

When profiling our Microsoft Dynamics NAV application with SQL Server Profiler, I get INSERTs with the REPEATABLEREAD hint. What effect does the REPEATABLEREAD hint has on an INSERT statement? In SQL Server 2012 - How does "Repeatable Read"…
Roeland
  • 820
  • 1
  • 9
  • 33
0
votes
2 answers

Create Item in Dynamics 365 Business Central using Rest API

I am trying to consume Microsoft Dynamics Business Central Rest API, to create item using following endpoint: https://api.businesscentral.dynamics.com/v1.0/mydomain.com/api/v1.0/companies({id})/items Following is my code: string requestBody =…
0
votes
1 answer

How can I use the Windows SpecialFolder enumeration in Dynamics NAV

I want to access the Windows SpecialFolder enum from within C/AL code. What is the best way to do this?
j2associates
  • 1,115
  • 10
  • 19
0
votes
1 answer

Display external application forms within Microsoft Dynamics 365

We have our own system which we need to integrate with MS Dynamics 365.For Example : In Accounts section we need to add an extra tab that loads IFrame or something that retrieves some extra information from our system. The following are the…
0
votes
1 answer

grouping table by a field and finding sum in Dynamics NAV 2018

I'd like to group a table by a field- employer code and then calculate the sum of a decimal field- total contribution in that group from C/AL code. Here's my table structure Employer No_ Total Contribution PRTEMP005022 1817.64 PRTEMP005022 …
hopeforall
  • 401
  • 1
  • 6
  • 20
0
votes
1 answer

Navision 2018 - Many to many table relation

In Navision 2018, I have two tables contracts and fixed assets(FA) where each contract can have multiple FAs and a FA can be associated with multiple contracts. So I have a mapping table where the mapping between Contracts and FA are stored. In my…
indu
  • 177
  • 2
  • 11
0
votes
1 answer

How to add fields from different source table in a page (NAV 2016)?

I want to add fields from Table - "Customer Bank Account" in Page - "Bank Receipt Journal" which has a current source table as "Gen. Journal Line". It might be helpful if I get to the know the process for adding fields as a lookup from different…
0
votes
1 answer

Add elements into an array then find distinct,

On an Item Card Page, there is a selection of Item Category which has a Code field. So in Sales Quote I have selected 2 items; 1) Front Hub 2) Bicycle and these two items have a Item Category Code set (lets say Chair, Desk respectively) in…
0
votes
2 answers

Dynamics Nav - How to detect user deselecting rows

Dynamics NAV supports extended multi selection just like Windows. So, if in a Sales Order with 10 lines, if I click on line 3 and then hold down the Shift key and click line 7, lines 3 to 7 are highlighted and the OnAfterGetRecord and…
0
votes
1 answer

Dynamics Nav - How to highlight a row in a FactBox that contains a list

Relatively new to C/AL development. We have a FactBox page that contains a repeater with a Temporary table page source. The number of lines in the FactBox matches the number of lines in the parent page. The temporary records in the FactBox are…
0
votes
1 answer

Error while running codeunit through job queue on Navision

I have an Error while running a Codeunit through job queue, even though this code unit works fine when I run it manually. Error: "Microsoft Dynamics NAV Server attempted to issue a client callback to create a .NET object:…
0
votes
1 answer

Microsoft Dynamics NAV instance running after windows restart but not responding

I've got issue with Microsoft Dynamics NAV instance. We're restarting Windows server each night (I know that we probably shouldn't do it, but this is a separated topic and not the point of this question). After windows server starts, SQL and…
0
votes
1 answer

Dynamics NAV + BC Control Add-In not exposing methods and events

I have created a simple control add-in for Dynamics NAV/BC and I'm having some trouble with it. I have done exactly the same (as far as I can tell) in this add-in, as I have done in previous add-ins I have created of the same type, which have worked…