-
Substitution for UploadFileSilent on web client
Does it exist substitution for UploadFileSilent (not supported on web client) in AL. I tried with UploadIntoStream, but it opens dialog box to choose file, which I don't want.
-
Error while Executing the "Refresh Production Order" report.
Hi all, I'm getting error when I run the "Refresh Production Order" Report from codeunit. Code which I'm executing: Error: Thanks in advance, Srinivas :) .
-
Prevent cursor from jumping to next field
I am working on barcode code. i want my cursor to b fixed at input field so that i can scan barcode continously.
-
Prevent cursor from jumping to next field on Enter?
Hi all, Is it possible to make the cursor stay at the same field in a page upon pressing enter key? Regards, Rahul
-
I cannot open an Item!
I have a problem with an Item in Dynamics NAV 2018. When I want to register it in a sales order it tells me that the product does not exist, and I go to the Items table to create it, but it tells me that it already exists. When filtering by the Item number, it does not give me a result in the search. I decided to look for…
-
How to add new Custom Module in Business Central.
Dear All, Can some one please explain me how add custom module in Business Central.
-
Report Only Modify in Buisness Central with AL
How is it possible to Modify the default Report's Only if there is no Extensions ?
-
NAV BC Planning Worksheet Page (99000852) - Column Sorting
Hi Everyone, Is there a properties field where I can allow column sorting for the user so when they click on the column it will sort? It was by default in NAV 2013 and now it seems users can't sort on this and other pages. Thank you
-
BC/VSCode: Build package and download symbols in Powershell
Hi! Does anybody know if there is any possibility to build an app-package from Powershell and download symbols from Powershell, instead of from VSCode? I am playing around with automatically updating dependency version numbers via Powershell in order to have all dependency versions updated in all apps when a new version of…
-
how to put page link in cues using extension
hi guys. how do I add these in my cues page, using an extension in AL?
-
How to convert the datetime field into CST
Hi All, I have created one customized table with field 'DateTime'. Now i want to convert that DateTime field into CST(Central Standard Time) and show it on a page. Please guide me to solve this. Thanks in advance, Jacob.A
-
The user process has terminated unexpectedly. Check the Windows Event Viewer.
Hi All, I'm getting error while posting sales order using Background Posting i.e., Job Queue. Error in Job Queue: Microsoft Dynamics NAV The user process has terminated unexpectedly. Check the Windows Event Viewer or the Session Event table for more information.OK Event Log for the Error: Server instance: DynamicsNAV90…
-
[NAV 2017] ODATA Web Service - POST Json Body with root
Hello community, I have a problem with above topic. I published a simple page as ODATA Web Service. If I test the web service with postman it works with a simple JSON body as POST statement: { "Field1":"Value1", "Field2":"Value2" } But if I change the JSON body to the following, it don't work: { "JSONBodyRoot" [ {…
-
Factbox with ProviderID and Code
Hello, I have a page (page is not based on any table) that contains 2 subpages. Related to one of these Suppage I want to access an factbox by code. if the user switches the line in the subpage the infobox has to change accordingly. UpdateProgagation = Both seems to be not enough, cause it seems that it doesnt call an…
-
Business Central 14 upgrade to 16.2, error during upgrade.
Hey I'm trying to upgrade a BC 14 to BC 16.2 and got stuck at the process, where i need to sync the base application. I am following the steps in "https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application-v14-v16". When I run this command below: Sync-NAVApp…
-
Microsoft Dynamics 365 Business Central On-premises on Windows 10 Home
Hi, Is Microsoft Dynamics 365 Business Central On-premises (demo installation) compitable with Windows 10 Home ? Kindly inform. Rgds, navuser1
-
Error message when running Aged Accounts Receivable report - Nav2016
Hello all, When running the Aged Accounts Receivable report (R120), I am getting the below error message: Please note that I am running the report with the parameters Aging by: Posting Date and period length: 30D Can you please tell me why I am getting this error message? Thanks Liizz
-
WinHttp 5.1 oauth2 authentication Add Bearer Token to the header
Hi all, I want to use WinHttp.SetRequestHeader('Authorization', "Bearer xyzACCESS_Token[952 Characters]_xyz") to send access token, but I get Message 401(Unauthorized). The token expiry is 150s so there is enough time to send it. The examples available on forum are using Basic Authentification but I cannot use basic in my…
-
Cannot use web services in Business Central cloud
Hi, I have a Business Central cloud where I try to use a web service that connects to page 21 (Customer Card). The web service is public but when I take the SOAP URL from BC and use it in Chrome, it asks for username and password again and again and again. There are no error messages and when I have entered the information…
-
Txt2Al Conversion Tool --tableDataOnly parameter
In this page txt2al there are instructions for using the txt2al tool with the tabledataonly parameter. Unfortunately, this parameter is not available in any version of BC14 and in subsequent versions the tool is not available. Where am I wrong?
-
NAV crashes when closing page with add-in
Hello, I have created a javascript add-in that uses leaflet to display map information. This works fine, however from time to time NAV crashes when the page with the add-in is closed. I think there is a problem with an event that is triggered after the page is closed, however I cannot find what it can be. Does anyone know…
-
Send message not sending a message?
hi all, I wrote some code so emails and Im using codeunit 397 to send the message with the functions NewMessage, CreateAndSendMessage. I debugged it, all goes well however it doesnt send emails. When I tru and send a test email it works? could it be because I dont have outlook installed on the server or what am I missing?
-
Sorting column in ExcelBuffer NAV2018
Hi everyone, I'm new with dynamics NAV and I'm currently working on an Excel export using ExcelBuffer. I would like to know if it's possible to sort data in ExcelBuffer based on a specific column. My problem is that I need to process data from several sources and have calculated data on which I have to sort. So I can't…
-
Menu button is not showing for the user
Hi All, I have created one report in NAV 18 and created a menu suite for that report under sales and marketing->Order Processing->Reports->"Order Fill Rate first last". Please refer the screenshot: . I can able to see and run that report. One of our users complaining that he is not able to see that newly added report from…
-
BC 365 SOAP web service timeout
Hello, Can anybody tell me how can i limit soap web service timeout BC 365? All i can see is OData or Rest service timeout. i have published SOAP web service which is successfully consumed externaly, but sometimes the web service that calls my web service doesn't receive any response after 60sec and it generates failure…
-
How can l setup document approval in nav
Hi, I am using nav 2009. Its my first time to use nav but l want to setup dispatch Instruction document approval. Please can l have a brief of steps on how to do this.
-
How to apply SSL in Four-Tier Architecture
Hi All, I installes the BC14 as described in the below blog: https://docs.microsoft.com/en-us/dynamics-nav/walkthrough--installing-the-microsoft-dynamics-nav-web-server-components-on-three-computers Server1 - SQL Server2 - NST Server3 - IIS, Web Server Client - Browser Client All are working well with windows…
-
BC on-premise - ISV solution - new version notification
We are an ISV with a solution for NAV/BC. With the more rapid release schedule of BC, we find ourselves providing more frequent releases of our solution. Up to this point, new releases involved manually contacting customers via email, but we'd like to streamline this process and provide information about new releases of…
-
Unhandled UI: StrMenuHandler
Hi, NAV2017 CU10 - Trying to implement a test codeunit with a StrMenuHandler. However, I keep getting: The ConfirmHandler and MessageHandler functions perform just fine as expected. Am I missing something? Kind Regards, Ewald
-
Not able to connect to Business Central through VS Code
Hi, I have installed Business central Wave 2 Update 1 and also VS code. When i am creating a new project and also made changes to launch.JSON file as show in attachment i am getting following error. Error: Server and server instance must be specified when using Windows authentication Error: The configuration in the…