-
Report designer converts cm to pt
Hello, I'm doing a conversion from NAV2017 (Cu11) to NAV BC (140 - CU5). As we are NOT going to extensions I need to merge our modifications into the new version. The biggest issue is (as always) the reports. Now I'm having a really annoying issue: whenever I change the width of a column from e.g. 50 points to 2,5cm, save…
-
Purchase header doesnot exist
Hi all, Can you please suggest me from which table, which trigger throws this below error. "Purchase header does not exist" I have tried with debugging but not able to find out. Please help me. Thanks in advance, Jacob.A
-
TestOpenStatus Purchase Line BC14
Hi, Looking for ideas to disable the OpenStatus check for Purchase docs that are released when the currency factor is changed. Subscribing to the TestOpenStatus event fires during the "Line Discount" validation in "ValidateLineDiscountPercent" after curency factor change... but at that point, none of the amounts have…
-
How to publish customisation via Extensions?
I have made an extension package in a sandbox development environment. From from the SAndbox environment I can deploy the changes: 1) via vS code (Ctrl + f5) 2) or Publish the APP using Docker session powershell. But in a PROD environment in a SaaS D365BC environment, neither of the 2 options above are available. In the…
-
can not download AL symbol
Hi all, I have install BC on premises.i want to connect VS code to BC for that I added necessary info in launch.json file.i have download AL language extension.But now it giving me error while downloading AL symbol. Could not download symbols. Please see the Visual Studio Code output log for more details.
-
Can no longer access Docker environment
Not sure which forum to post this in, but please move it if this is the wrong one. I have downloaded and have had a BC docker image running yesterday. I was able to access the development environment, Windows client, web client, and was able to do so extension work. Having restarted my machine I can no longer access any of…
-
Problem adding action group in page extension on page 20 (365 BC Spring 2019)
Hi all, I'm having some issues with adding actions to my page extension on page 20. By request from MS i have to either use addfirst or addlast, which both take an anchor name as parameter. Theese are the existing actions on page 20 I wan't to add my actions in a new group last in actiongroup called <Action57> (Functions).…
-
Upgrading Business Central Spring 2019 On premise to CU4
I upgraded a BC 14 version to cumulative update 4. All went well and the application runs, but... when i open extension management in the converted application, I find the standard installed extensions still being in the 'old' version. For example the 'Paypal Payment Standard' extension has version v.2.1.29537.0. When I…
-
XML API Integration
Dear All, How do I sent a xml file to a webservice in NAV 2016 Platform? Kindly reply. Thanks, Navuser1
-
strange issues with posted journals
Hi All Finding very strange issues after posting bank/cash journals. After posting a journal, i do not see the document in posted journal list. However transaction is posted correctly in all respective tables. GL ,CLE, detailed CLE everything is perfect except posted journal does not populate in the posted journals list,…
-
Item tracking
Hi All While selecting serial numbers in item tracking, system is automatically selecting serial numbers from top and updating "Selected Quantity" field with 1. System selected serial numbers does not match with physical serial number always, therefore every time i have to zero "selected Quantity" field and select exact…
-
Looking for Format String to switch from Comma to Dot
Hey Guys, i get a Decimal Value as Text, for the European Format it Looks great, but there is an US Company in the same DB, and i want only to Change the Values (from 1.000,10 to 1,000.10) I try to use the Format Funktion, but it didn't work :-(
-
Can you develop tests on Local Installation of BC on-prem?
I have known to create a bcsandbox container with flag importtesttoolkit however can we do the same for on-prem local machine installation of business central? I am running windows 10 enterprise with BC 15.
-
Install Business Central Wave 2 : Error message in Web browser
Hello, I just installed the latest version of Business central Wave 2 (My first installation of a Business central version) After installation I tried to open the web client (RTC does not exist anymore), and I had this message The Following SQl error was unexpected: Invalid object name 'master.dbo.$ndo$srvproperty'. See…
-
How to customize the lists' fields shown when searching a vendor account no. in a general journal
I have this trick question from a client. As we were browsing the General Journal we selected account type Vendor and opened the Account No. to select a vendor. By default NAV shows some pretty irrelevant columns Phone, Address etc. Is it possible to change that and bring another field on that list from the vendor card?
-
how to increment the( integerNumber) as well as (String) ?
Please let me kown As soon as possible..
-
C/AL code for specific user
I need only specific user to update the sales price.In the user setup table i have created a boolean .only the person with that boolean tick can update the sales price.how to write c/al code for this? thanks gugan
-
D365BC App Source Object ID Requirements
Hi, In the link --> https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-checklist-submission This details out the checklist for app source validation submission. But I do not see any mention of object id's reservation. What am I missing here? If 2 (or more) partners submit app source…
-
How to show posted sales invoice report in email body after post sales invoice
Hi, I am new to nav can you suggest some answer how to show report in email body and send through email
-
Access file inside bcsandbox container.
I ran a bcsandbox container, however, the DeveloperServicesEnabled of this container is set to false as the VSCode throws me an error for not being able to connect. How do I change this to true? I will have to access the Custom.settings file of this container through powershell running inside the container? Please guide on…
-
How to modify reports in D365BC using VS Code
How do we modify reports dataset in d365bc using VS Code? I cannot find anything official from any of Microsoft Training videos. The only training I can find is just to create a list report, and I think this is too simple an example. I searched and found in other forums to create the report in old c/side and to use txt2al…
-
On AfterGetRecord is Not Triggered!
Hi all, I've been working for the EFT payment transaction report, 1)OnPreRecord is getting Triggered while running the report, 2)But OnAfterGetRecord is not Triggered, May I Know the reason why? Please reply as soon as possible.
-
Identify user running "big" process
Hello, We use BC (april19 version) Sometime, we see a big usage of CPU for the server process. Probably because a user launch a big process (big report, posting lots, ...) How is it possible to identify this user ? In old (2009 and before) version, we can do that at sql side. But with 3-tiers ? Active session table don't…
-
Converting C/al to al code?
Hi all , I need some regrinding Conversion C/al code in AL code for eg:PurchaseQCLine.INIT;
PurchaseQCLine."Item No." := PurchRecptLine."No.";
PurchaseQCLine.Description := PurchRecptLine.Description;
PurchaseQCLine.Quantity := PurchRecptLine.Quantity;
PurchaseQCLine."QC Accepted…
-
Automated Testing (Testtoolkit Test Assemblies)
I have an on-prem version of Business Central Wave 2 installed directly on my Windows 10 enterprise machine (NOT a docker container) and want to start writing test apps. Firstly there is not Testtoolkit folder in the DVD but rather a Test Assemblies folder in the DVD. Secondly how may I import the Test Assemblies if that I…
-
Calling function on page
hi all, I have created two function on custom table i want to access it in page which having same table as source table. i have created one action. on click of action the function should execute. i have tried to call function on action but it not showing that function in suggestion in c/al editor.what is way to execute…
-
calling a web service parameters encoding type issue
Hi All: I try to calling a Web service with parameter . It's working fine with encoding type Ascii , but it doesn't work when i use utf8 which getting error code 500 (Inernal service error )and why? how could i fix it? stream := stream.StreamWriter(Request.GetRequestStream(), ascii.ASCII); ok //stream :=…
-
Error while building a AL project.
I am trying to build my AL project and I keep getting this error and can't figure out the solution. I even restarted my docker container and VSCode still the same error.
-
How to link items with a relationship to each other
I want to add items with a relationship to each other. For example: Our company sells vacuum cleaners and the dust bag for vacuum cleaners. The vacuum cleaners and the dust bags are created in NAV Dynamics. I want to see in NAV which dust bags can be used in a specific vacuum cleaner (relationship). But also I want to see…
-
Custom Control Add-in caching in Nav 2009 R2 RTC
We have a custom .Net add-in control that we developed for a customer some years ago. The customer recently asked us for a minor change to the control, and this took just a couple of minutes to do. However, when we compiled the new DLL in Visual Studio and then copied it to the add-ins folder on our test server, the…