Questions tagged [navision]

Navision is the former name of Dynamics NAV, an enterprise resource planning (ERP) development platform produced by Microsoft.

Navision is the former name of Dynamics NAV, 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.

The early versions (from 3, 4 to 2009) were called Navision, while the later versions (from 2013 to 2017) are called Dynamics NAV.


Useful links


Related tags

427 questions
0
votes
1 answer

How can I see the price of a lot?

I'm checking the item ledger entries and I see the lot number: But where can I see the price of that lot? For example the first line, a Purchase for lot no. 1234-3 where can I check the cost of that purcharsed lot? Also for sales the sales price...…
0
votes
0 answers

How to Delete records using Odata Dynamics NAV 2017 web services - Error in query syntax

I'm trying to delete a record in the User Personalization table. I use the primary key User_SID and get the following…
Flo VR
  • 11
  • 2
0
votes
1 answer

Web services page to display purchase orders from last 2 years

I'm trying to make a web services page to display purchase orders from last 2 years What I did right now is a table with the same fields as "Purchase Lines" and an automated process that will filter "Purchase Lines" from last 2 years, loop all lines…
kuhi
  • 531
  • 5
  • 23
0
votes
0 answers

RTSP Streaming in Microsoft Dynamics Nav 2016 using Control add In

I am trying to do rtsp streaming in Nav 2016 using control add in using VLC player for dotnet. The control gets added on Nav page but i am not able to stream video from IP camera. The same code works fine on windows application but it does not work…
0
votes
1 answer

How to assign SUPER permissions to a specific company?

I'm trying to attach the debugger to a Business Central Cloud but I get the following error: Basically it's saying that I don't have permissions for one of the 2 companies that exist in the environment So I go to the user permissions and it looks…
kuhi
  • 531
  • 5
  • 23
0
votes
0 answers

Dynamic Navision 2018, URL Odatav4 error but Odatav3 and Soap it ok

I want recieve a json string form API to a funtion in a page, so i create a page and public to web service. After that i have 3 url for Odatav4 , odata and soap. odata and soap it run ok, but odatav4 ( i need it ) is error like picture . thanks…
0
votes
1 answer

Restrict back dating and future date when selecting calendar date in NAV 2018

I have a date field which the user will select from the calendar dropdown, now I want only the current date to be selected, future date and backdating should not be allowed. I am using Microsoft dynamics NAV 2018.
0
votes
1 answer

How to loop only the selected records in a page?

In Dynamics NAV 2018, I'm trying to loop through my selected records in a page and change the column "App" to TRUE in all selected records when clicking button "Incluir en APP": What I've been trying so far…
kuhi
  • 531
  • 5
  • 23
0
votes
1 answer

How to subtract current value from previous value in a column using C/AL code

I have a column that I need to subtract a current value from the previous value in Bid Price LCY column and save the result on another column called Daily Return(Offer). The value is incrementing instead of decrementing in Daily Return(Offer)…
Annie
  • 33
  • 11
0
votes
1 answer

How can I remove "Chart of accounts" from the search bar for my permission set?

I'm trying to remove "Chart of accounts" from the search bar in Business Central for a permission set What I did is giving only indirect execute permissions to the page 16 "Chart of accounts" and also for the tabledata 15. I'm still being able to…
kuhi
  • 531
  • 5
  • 23
0
votes
1 answer

How to create No. Series with day, month and year numbers?

I want to generate No. Series in Business Central in the following format: C220715001 Where 22 is year number as 2022 07 is month number as July 15 is day number as today is 15-07-2022 001 is the invoice number (first generated invoice) Is it…
kuhi
  • 531
  • 5
  • 23
0
votes
1 answer

Exchange data from Microsoft Business Central to JavaScript

Curerntly I'am working on a scanner that inputs data into BC fields. The communication between the device and the software is in javascript. I can send data from JS to BC with Microsoft.Dynamics.NAV.InvokeExtensibilityMethod('BarcodeRead',[BCode]…
0
votes
1 answer

How to change developer environment saved connections?

My developer environment is always trying to connect to an old instance which is no longer working: I've checked in AppData\Roaming\Microsoft\Microsoft Dynamics NAV\140\ClientUserSettings.config but I see that's only for the client... How can I…
kuhi
  • 531
  • 5
  • 23
0
votes
1 answer

You do not have the following permissions on CodeUnit Prova: Execute

In Dynamics Nav 2018 I made this codeunit 50006 called Prova: OnRun() MESSAGE('Hello'); When I Ctrl+R or run it will display this error message: You do not have the following permissions on CodeUnit Prova: Execute My user has SUPER permissions. If…
0
votes
1 answer

Record being modified but can't find where even exporting all objects to txt

In Dynamics Nav 2018, I'm using the selected action in this page rows, when I click "Validar", all selected rows will change it's status to "Pendiente". After some time, the row will change to status "Error": I can see in debugger when it changes…
kuhi
  • 531
  • 5
  • 23