-
how to Import json file to navision Table
Hi all, I am new to Navision, can anyone of you tell me , how to import json file to Navision ? thanks, Rajan.
-
Deleting Reservation Entry Table Reservation from AL code
Hi All We have sales order item demand reserved to production orders. I want to delete the reservation entry table entry for sales order--prod order (2 lines for each reservation) and re-create the reservation linking production order to Job Planning line. Are there any known risks involved in deleting reservations and…
-
What is Smart SQL and does anyone have any documentation?
I see that there's an option to disable it, but I wanted more info on what it was and whether there was any documentation that I could review with my team as to whether we should enable it for our clients?
-
Release & Reopen
Hi I have created My own project in Navision in this project I have created one document page and also I added two action buttons one is Release one more is Reopen I had called to function through code units but it was not working can you plz share the code if you have and any refer links also put it here only
-
Protecting C/AL Code
Hi all, I was wondering is there any reliable way to protect NAV code from being reused by other partners. I thought extension is the answer as object disappears. But when I try to debug, I'm able to see all the code in the extension. It's as easy as I created a tool to export licence file from NAV DB. So it appears the…
-
How to transfer data from ONE Sql server DB to another Sql Server DB
Hi All, We are using two Sql servers in different locations. Is it possible to transfer table data from one Sql server DB to another sql server DB without manual intervention. This sync has to be done on daily basis. Please share your ideas. Thanks & Regards, Kishore
-
TLS 1.2 and Development Environment Client using NAV2013 R2
Hi, We recently banned TLS 1.0 connections to database server on a NAV2013 R2 environment and everything seems to be working fine except the Classic - Development Environment Client. Does anyone know if there's any solution to make it work? Are newer NAV Development Environment versions compatible with TLS 1.2? Regards,…
-
Programmatically activating custom views
I've defined a couple of views in my PageExtension like the example below. Is there a way to activate a view from (for example) an OnDrillDown trigger that uses Page.Run(...) to open the page with the custom views? views { addlast { view(Invoicing) { Caption = 'Invoicing'; Visible = true; SharedLayout = false; OrderBy =…
-
Get oAuth2 token based on Authorization Code
Hi, I'm using a NAV routine to get Authorization code (oAuth2 protocol). How can I convert this authorisation code into Token used further for API requests ? The authorisation code is available in next context: 1. in browser there is a callback like this:…
-
How is Suggest Reminder Lines batch works
Dear all, I am trying to run the suggest reminder lines batch job from reminder page. I want to know what formula system uses to populate the lines in reminder lines. Ex: Inv0001 Due date = 22/10/22 Inv0002 Due date = 28/10/22 Now I have set 3 levels of reminders 1st level +5D 1Addnl Fee =$10 2nd level +7D Addnl Fee = $15…
-
LookupPageID,DrillDownPageID
What is the diff b/w LookuppageID and DrillDownPageID Properties in table. Can anyone give some example as well Example : We removed drilldown property for customer table but we did not found any difference so please give me an example why we use that property in table Thanks in Advance.
-
Business Central: Problem with creation of Docker BcContainer
Hi, (sorry if wrong forum, correct option about BC was not present) I want to create a BcContainer (Docker container). I have installed Docker Engine and the latest BcContainerHelper. I am now trying to execute: $ArtifactURL = Get-BCArtifactUrl -type Sandbox -country dk $containername = "(name)" New-BcContainer…
-
Date filter for a Page
Hello, I have the following problem. We have an additional table, which has the item number and the language code as a key. This is where the data for creating a data sheet is stored. This table has about 50 fields. Now I would like to filter the item list and then only display these corresponding items in another page,…
-
BC on prem subscriptions indirect provider in UK
Can someone please help me with a UK indirect Provider / Distributor for BC On-prem Subscriptions. Seems most focus on CSP and NCE and are oblivious about distributing On-prem subscriptions.
-
Mail setup In docker environment
Hallo, Als ik een mail setup wil doen met office. las ik dat ik in azure -> app-registraties mijn app moet registeren. Nu telkens ik een test email wil versturen in bc central zegt hij dat de omleidings url niet correct is. Kan iemand me zeggen wat ik bij omleidings-uri's moet invullen? bv https://test/BC/?company=CRONUS…
-
Getting error "Login failed connecting to SQL server xxx"
Client is running 2012 SQL server based Navision 2009 R2 older version. Primary activity is in Payroll. The server is having problems so temporarily we are moving the sql database to a standalone workstation and continue to work from there until server issues resolved, then create backup from local wkst and restore back to…
-
business central
hi, in buisness central on prem v22, the drop-down menus are cached behind the main menu, and consecuently cannot see them completely. see attached example. is it a bug or has any solution?
-
BC crashes when I open Table Information page.
BC crashes when I open the "Table Information" page. BC20 cust database. I tried to uninstall all extensions, but it didn`t help.
-
Requesting Date (2000000007) takes a very long time
Hello, has anyone any clue, why requesting the virtual table Date (2000000007) can take very long? I wrote a simple codeunit for test: DateRec.SETRANGE("Period Type", DateRec."Period Type"::Date);
StartDatetime := CURRENTDATETIME;
DateRec.FINDLAST;
EndDatetime := CURRENTDATETIME;
MESSAGE(STRSUBSTNO('%1 - Duration: %2 ms',…
-
MRP setup
Hi All, I have a client using Business Central and we are trying to set up their planning parameters for MRP. This is the scenario: One of their items, which is a component on a production BoM has a 52W lead time. They want to create a PO each month for their average consumption to receive each month as the next month…
-
Schedule task to export text file
I've BC19 and I need to schedule task to create and download text file using codeunit. This task takes several hours and for this reason I would like to use the job queue. Is there a way to make available for download file created on the web client? How can do it?
-
HttpWebRequestMgt.GetResponse not getting response
Hi! I'm trying to connect to a REST Api. I'm using XMLport to send and receive the JSON and looks like it works fine until the…
-
what are prerequisites of autosplit key to use in my code ?
I need an answer what is the purpose of autosplit key to use
-
Automate C/AL code to AL conversion
Join the demonstration of how simple C/AL code to AL conversion can be with automated Simplanova AL Tools (SALT), and hear from Xitec (NL) how they apply SALT in their add-on upgrade from C/AL to AL. During the webinar, you will also learn that SALT will be available for download on Visual Studio Code Marketplace. Register…
-
NAV Application Server checking always for Bad Query objects?
I've now twice imported nav object ( 8-9 months apart) to our new live that had mistake in it. Wierdly enough the Chart of Accounts page always does not open if I have a broken query in object database... It immediately throughs an error (same as referred by the query). The broken query has no references to itself in the…
-
Problem with Visual Studio while viewing report layout
Hi everyone, I am beginning to work with reports in NAV 2009. Configuration: NAV 2009 R2, SQL Server 2005, Microsoft Visual Studio 2005. When I try to view a report layout, I get the following error message:The application for project 'C:\Documents and Settings\bbb\Local Settings\Temp\Microsoft Dynamics…
-
Can we reuse the custom object numbers?
Can we reuse the custom object numbers? like 50100 to 99999 If we are already used it by objects. then possible? If possible please explain
-
Dynamics 2013 Continia issue
Hi, has anyone else running Continia encounterred a problem where NAV will not run logging in as Windows user but works when logging in with username and password? This is the error, it points to the CanLoadType call in CreateVars function in Continia codeunit 6085599 - kust falls over when calling the CanLoadType IF NOT…
-
Payment Services options in NAV 2018
I note that there is a payment services option in NAV 22018 for PayPal. Has anyone created a payment service option which would integrate NAV to payment processor (such as Converge, https://www.myvirtualmerchant.com/VirtualMerchant ? We have a need for a solution where we are using ChargeLogic for bringing orders into NAV…
-
Post resource cost to general ledger in Job Journal
Hi, I'm using NAV 5.0 SP1. When posting resource usage to a job in Job Journal, I would like to create general ledger entries. The WIP-method is contract completed. Resource costs should be posted debet on a WIP-G/L-account (3110) and credit on a G/L-account called "covering Salary" (4080). This means the journal ledger…