-
Release Wave 2 sandbox - cannot connect
Hi Experts, I have create the new project from template. When I hit F5 it asks me which sandbox version I want to connect, I select "4.0 Release Wave 2. " It tries to download symbols but cannot. I can connect when I create another project and select "3.0 Spring Update" It seems I do not have enough rights for this, should…
-
Running RTC (BC On Premise) )on Windows 7
Hi! Have anybody tried to install the RTC client for BC Spring Release (CU 5 ) on a Win 7 ? I know that the requriments says Win 10, but the customer wants to give it a try and see if it is possible
-
Scanner lector de Códigos de barras
Buenas noches: En mi empresa estamos intentando integrar unas pistolas PDA para poder implementar el almacén avanzado. Para esto, hemos adquirido una PDA CK3X de Intermec con un sistema operativo Windows Embedded handle 6.5.3. Por lo que he podido leer, se pueden descargar APPs que se conectarían con Navision (NAV 2018 en…
-
"Internal error: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral,
Hi all, I have install B.C.on prem on virtual machine. I want to download symbol in Vs Code nowwhen i tried to download symbols in vs code in problem it gives following error: any help would be appreciated. It's Urgent Thanks in advance
-
Wave 2 BC installation error
Dear Friends, I am facing problems when I tried to install 365 BC Wave 2 with Server //Microsoft Dynamics 365 Business Central Server Components Fatal error during installation. The service 'Microsoft Dynamics 365 Business Central Server [BC150]' (MicrosoftDynamicsNavServer$BC150) failed to start. This can be caused by one…
-
Problem in initial page Business central On prem after upgradte from version 14 to 15
Hi, have sombody happened that?? When I open web client, I can see the role center during 3 secods more or less, and then appear the next error. in the event log I can see that, but I don't know how to resolve it. - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider…
-
Cannot Sync migrating from BC14 to BC15
I have database in BC14 CU3. The database is synchronized and runs with no issues, single tenant. I am migrating to BC15 (wave2) and following guide https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application After converting database and had published NavApps, (checked if…
-
Passing multiple parameters to Job Queue Entry
Hi all. i'm struggling with the job queue parameters in NAV2018. I need to pass two values. One is an String, the other a bool 'true'. Can someone be so kind as to point me in the right directio how to a) pass more than one parameter at a time and b) pass a bool value. Thanks for any help M.
-
Connection VSCode & BC Database
Hello, I installed Dynamics NAV BC 13; I'm trying to connect VSCode to my database but I still have this error message. For information : - BC is installed succefuly. - Service is running - Below my config :
-
Production Order - Output Adjustment
Does anyone know why adjustment value entries for output in prod. order has no value in field 5818 Adjustment (Table 5802 Value Entry)?
-
Access page field's value through Runmodal (or Run?)
I am trying to ask a user for a password if it tries to enter unit price below a threshold. I do this through a StandardDialog page and trying to write the logic to tackle the Cancel and Ok Button. pageextension 50144 MyExtension extends "Sales Order Subform"
{ layout { modify("Unit Price") { trigger OnAfterValidate() var…
-
How to pass value from one page to another.
So on a sales order subform, if a user types unit price, my written onaftervalidate trigger runs and if the condition is met a PageType = NavigatePage; opens. Now on this page, if the person chooses to close this page by pressing X on the right corner which captions to Save & Close then I intend to change the value of unit…
-
Copy A Sales Order and Edit Original and Copy using AL
Hi All Fairly new to Dynamics 365 BC. Written a few small AL extensions (adding a few fields, custom reports and queries. I need to write a function that will copy a sales order with and all lines where qty to ship is > 0 (think of it like releasing from a blanket). The sales person will fill out Qty to ship on each line…
-
BC-On-prem Web client installation
Hello There, I am getting error while accesing web client URL that is created from powershell NAVWebClientManagement module. Since i am not able to install Web client from basic installation. Error is below. Event viewer logs are below. Another error Can anyone help me out on this issue. Thanks
-
Calling BC web services from Postman/Fiddler
Hi all, I'm getting an error 401 Unauthorized, when I'm trying to call BC web service from Postman/Fiddler. Username is my user in BC and the password is generated web service key for that user. Just to mention that, when I copy same link in browser, I'm getting right json response from service. Does anyone faced with a…
-
Triggering OnInsert of a Subform
I have extended an Item Table and Item Card Page with an Integer type field called Purchase Price. I have to have this be shown on Subform of Sales Order. I added the field on the Subform after extending Sales Line table with the same field Purchase Price and have written the code; trigger OnValidate() var ItemContainer:…
-
Peek() and Receive() from BC to messagequeue raise time-out warnings in event log
Hi there, We have a Business Central (version 14 on prem) service tier running as a NAS, which is polling a local private message queue every now and then. We use dotnet variables to achieve this (methods messagequeue.peek and messagequeue.receive). All is working fine: no errors in Business Central, messages are read from…
-
Hello world is not printing in customer card page
i have installed BCental.and vs code I have made necessary changes in app.json and launch.json .download al symbols.installed al extension .build a package but when publish it will not giving me an error and not showing any msg on customer card page.any solution on this. thanks in advance.
-
2 report headers
I want to use 2 report headers in a report, so for page 1 to use Header1 and the next page(s) Header2. I'm struggling to achieve that. I tried a few approaches but neither one of them worked. I'm not using the Report Page Header but defining both headers in the tablix. The reason for this approach is (compare i.e. report…
-
NAV Server Configuration on Cloud
Dear Sir, The NAV Server is on Cloud (Public IP 98.76.54.32) and it is under a domain controller ('domain' name is MyDomain). The same is configured with Windows Credential. The MyDomain\Navuser1 is a domain user (Password is Passcode@123) to login & access the NAV Server as well as NAV Database. And It's working. Now I…
-
sales return order
Hi all For item with warranty we maintain on 2 SKU's, 1 for good and other for damage. Sales order always posted with good SKU. If customer return the item as defective, we do post sales return order with copy document of posted sales invoice of same customer. Means good SKU inventory is mixed with damaged items. Sales…
-
Transfer Nav Exported file to SFTP directory file and download file from SFTP to Nav directory.
Hi Everyone,[Nav 2017] I would like to transfer Nav Exported file to SFTP directory file and download file from SFTP to Nav directory.(File is in Csv format) Eg. Nav folder: C:\Desktop\DEMO\ForSFTP> SFTP folder: C:\Desktop\DEMO\FromNav Nav folder: C:\Desktop\DEMO\FromSFTP <SFTP folder: C:\Desktop\DEMO\ForNav For this I am…
-
Calculate fields in one go.
I am extending the Item Master table and page with 7 Integer type fields. Let's call them; Field1 Field2 Field3 Field4 Field1Calculated (Editable = False) Field2Calculated (Editable = False) Field3Calculated (Editable = False) Field1Calculated will be the Value of Field1; Field2Calculated will be the Value ("Field1" +…
-
accounting periods (in particular for italian accountancy)
Hi to all, one of our customer wants to change accounting periods from 01/01-31/12 (actual in use) to 01/10-30/09. This customer: - started in 2018 - printed only "Vat Register" and "Calc. and Post VAT Settlement" in final mode. - uses fixed assets but he hadn't calculated depreciation yet I'd like to know what…
-
Import from a datafile fails: extension not synchronized...
but the given extension is nowhere to be found (either in source DB or in target DB) Scenario: DB1: (Client Version: BC 13.0.24623.0): Export to datafile DB2: local Dockerimage (Client Version: BC 13.0.24623.0) Import in local Dockerimage fails with the following Message: Cannot import the data because the specified file…
-
Cannot reverse vendor payment as VAT entry has an associated unrealised vat entry.....
need to reverse an incorrect vendor payment, have unapplied the entry from the invoice, however cannot reverse the transaction, as a VAT entry has an associated unrealised vat entry.... how do I solve this? as the payment is hanging around in the balance for the vendor Kind rgds
-
How to retrieve all company data from one company
Hi All, I have created one xml port which used to export one company data from one table( table A). But now I want to retrieve all the company details from that table'A' without changing the company. Ex: Table 'A' - has all company(Cronus usa,Cronus canada...etc) data. I am accessing canada USA,I want to export all the…
-
2 companies same report object but different rdlc.
I have two companies lets call it Company1 and Company2 in BC. I have a report object for Sales Invoice number 50149. During the development of this report, I designed the layout (.rdl) file of 50149 as per Company1 and published the extension. I am using same 50149 in Company2 as well but its design needs a few rdl level…
-
Flow Field summation values different from actual summation values.
Hi Everyone, Total Amount 59,267.24 53,767.24 208,620.69 136,551.72 102,413.79 I have the above values in my document line, which adds up to 560,620.68, I have a Sum Flow Field in the document header which adds the values and comes up with a result of 560,620.69. I am posting the Flow Field value and getting an error that…
-
Microsoft Dynamics NAV/BC Word report number format
Currently I am using Microsoft Dynamics BC on premise for school projects. There we create customized Word reports for invoices, offers etc. The issue I have is that number-values like amount, discount or VAT have wrong format on the final PDF http://prntscr.com/pkgllk This is how the field looks like in Word edit mode…