-
Make a page extension visible or hidden
Hello, Is there a way to make a whole page extension hidden? Instead of making every field hidden and what about if you have a 'modify' in your layout? ex. modify("Customer Disc. Group") { Editable = false } Action() { some action} How can I make this dynamic? Dependent on a boolean, so if boolean is true , the page should…
-
BC 17, Table Sales price and resource price is marked for removal:
Since BC 16, Table sales price and resource price has been marked for removal: I'm using these table to find unit price of items and resources. Is there any other workaround available ? how to get item and resource prices ? thanks.
-
How to encrypt and decrypt the password using RSA algorithm in NAV 2016
Hi All, I need to encrypt the password which uses "Public Key" and send the same using HttpWebRequest, it will give reponce which is encrypted. I can send and receive the data but cannot encrypt and decrypt. Please help to encrypt and decrypt the data using RSA algorithm. Thanks in Advance, Srinivas.
-
Cannot see media and mediaset fields on card page
Hi experts, I have made my own extensions for Business Central Cloud (Sandbox): One new table and one new list page. Using the list page, I open a new card page, I have made. I am trying to find out what is possible with images in BC and therefore I have a few questions regarding the table and the card page, that I show…
-
How to export XMLPort to CSV using codeunit in NAV 2009 R2
Hi Guys, May I know how to export XMLPort to CSV using codeunit in NAV 2009 R2? Thank you.
-
How do I adjust Bin Contents with Qty 0, but
I need to adjust Bin Contents where the Qty Case = 0, but the Qty (Base), which is EA, = .00075. I tried using the warehouse item journal, but unable to do so be the qty in the Bin is zero. How do we adjust out the EA?
-
Merging FR with BE localisation
hello, has anyone tried to merge the FR localisation with the BE localisation? what are the difficulties encountered?
-
How to add image in Business Central?
Hi experts, Hmm, I cannot find a category for "Business Central"-related questions. I hope it is OK to put my question here. I have made my own extensions for Business Central Cloud (Sandbox): One new table and one new list page. I want to show a picture on my list page (and maybe later on a new card page). And I want it…
-
Problem getting VS Code to attach to correct service
On a local machine I have installed BC140 straight out of the box. So I have BC140 service, I have the webserverinstance and development client. I can connect through the client and browser, everything is good. For customer development purposes I have created a secondary service CUST-BC140 specified different portnumbers…
-
Workflow Setup question
Hi Guys, I'm going around in circles a little bit with a workflow setup I need to do for my customer. Looking for any help if you have experience with this scenario. There are 3 levels of approval based on value, 1: 0-5000, 2: 5001-200000 and 3: 200000 and above. So far so good and I can set this up in approval user setup.…
-
Saved Request Filter
Hello together, i have deleted the request filter for a dataitem. Now individual users are shown an empty page in the report. I think in the past user input was stored in the table User-Metadata. But there is no entry there. Recompiling the report was not successful. What can I do? The result of the report is:
-
How to link files in Dynamics Business Central 160
We are updating from NAV 2017 to BC160 that runs only on the web client and no longer has a RTC. The link functionaly has been radically changed. You can link to an internet URL or sharepoint file easlily, but we have not been able to set up a link to a network or local file. This link will work perfectly:…
-
Production: Project orders vs. Seperate Production Orders.
Hi Guys, In BC, we can choose to create a multi-level production as a project order, or as a series of separate production orders connected with reservations. Do you have an opinion of the pros/cons of choosing one strategy over the other? Thanks. Thomas.
-
VS Code for AL: Timeout after 2000 ms for 'terminate'
Hi All, I hope someone can help. This is nothing to worry about but it started to happen suddenly. When I stop the debugger this message comes up: Timeout after 2000 ms for 'terminate' Any ideas if there is any setting for this? Thanks.
-
Link tables in one
Hi, I have a project for Nav 2013r2 and Nav2018 I have a table with many fields(photo) I must to create a process(batch) that take value from other table and insert in this( for example id_customer = Sales Shipment Header"."Sell-to Customer No." and other field from another table and so and so) Many fields are from Sales…
-
BC: Change the name of a standard page
Hi Folks, Is it possible to change the name of pages from the base application via a Page Extension? I tried but thus far it is not working.
-
NAV 2018 TaskScheduler
Hi you all I have an issue with Scheduled Tasks. Looks like some of them do not get processed at all. Even after setting a new Not Before dateTime it does not move. We generate about 20 Tasks running an own codeunit .. Most of the Tasks are processed but from time to time for a reason i don't understand Tasks do not run.…
-
Error when creating link
I'm getting an error when trying to create a link in one the pages (i.e: Sales Order): A call to System.__ComObject.MoveFile failed with this message: Exception from HRESULT ...CTLE_PATHNOTFOUND. Any ideas?
-
Dynamics NAV 2017 North America Tax per order
Hi guys, i have a question for Sales Orders in Standard. We have a webshop which is providing us all information like net / gross amount / tax rate / line discount. Now we want to create sales orders based on these values, but actually we do not know how we have to setup the system. - Do we need Tax area code? - Can we…
-
Intercompany with open ledger entries
Hello, We would like to start intercompany invoicing between 2 companies in the database. The customer and vendor numbers are already in use for a long time, and there are open ledger entries. So NAV does not allow to use them as IC partner. Can anyone explain me why? The only transactions we want to do is a sales invoices…
-
Dynamics NAV 2013R2 and XmlPort Calls on Windows 10 Enterprise
I was using Windows 7 on a pc and everything in Nav worked perfectly. I have updated the computer to Windows 10 Enterprise and something has happened because when executing an XmlPort it does not present the dialog box to select the file to import. Can someone help me with this please.
-
Can we delete all order lines by Quote at once in Microsoft Dynamics Nav?
I want to delete all order lines at once from the quote in Microsoft Dynamics Nav. But I could not find the service through which I can perform this action. Need guidance to delete order lines with the help of service.
-
Automated Testing in business central (BC 16)
Hi Community, I am doing automated testing in Business central and while testing one of my functions is using following code: CreatesubscriptionInvoices.RunModal(); CreatesubscriptionInvoices variable is of type Report. to run processing only report along with a request page but as soon code hits that line test case…
-
Sending PDF in NAV2017
Hi everyone, I need to publish a webService in NAV2017. This webService will receive a posted sales invoice number, and need to return the invoice in a PDF format. is this possible? A time ago, I read something about converting the PDF into base64, but now I cannot find any info about it. Any hint to solve this issue?…
-
Business Central: Cannot publish...error about missing serverInstance..
Hello, Trying to publish an extension but getting error that serverInstance cannot be blank when I have in fact a value for it in the launch.json. Here's what it looks like: "version": "0.2.0", "configurations": [ { "type": "al", "request": "launch", "name": "Testing Customizations", "server": "http://xxxxservernamexxxx",…
-
Handling Send HTTP Request POST
Hallo, i'm new in this Context, and have some Problems with the Authentication. I want to receive the Token from a Webservice to Consume and Download Data. I get Errors by sending the Request with username /Password The Service Provider means i have to take the creantials in the Body, but it doesnt work The Error is this:…
-
[Business Central] Where to find BC170 preview images (docker or artifacts)
Hello! I'd like to ask where can i find BC17 on-prem preview images for docker, or as far as i know there are new artifact images as well which are "very well documented on microsoft's site". Thanks! Peter
-
PowerBI factbox error
I have converted a 2015 Nav database to Business Central 14 (spring 19). Everything works fine except for the pages where the POWERBI FACTBOX is present. In this case I get an error: Microsoft.Dynamics.Nav.Client.PowerBIManagement;PublicKeyToken=31bf3856ad364e35, The page contains a control add-in that is not permitted.…
-
Associate field two tables
Hi, I'm working for a project and I need to take field "Sales Account" on General Posting Setup and put it on custom table to field "Id Account". The advice of project manager is: How can do this? Thanks so much and sorry for bad english
-
Global variables in a single instance codeunit
Hi experts ;) I am wondering if there are any recommendations about using global variables in single instance codeunits in Business Central/NAV. Generally, in modern object oriented programming defining and using global variables should be avoided at all costs. Are there any official guidelines for BC? Here is an example…