-
Install business Central on linux
Hi Guys Do you know if business Central 365 is supported when it will be installed on a Linux/Ubuntu vm with sql 2017? Any experience with it?
-
Problem in our Stock
We have had some problems with historic stock. Although it was decided at the time that it would be too much work and too time intensive to correct. I’ve been looking and there is also a lack of continuity across different reports for the same stock item. I’ve taken 1 item that I know is a problem (C1144SA), along with…
-
Is there a way to link Nav 2015 Session ID to SQL SPID?
Hello, I am wondering if there is a way to link a Nav 2015 Session ID found in Active Session table to the SPID of the session in SQL (found by running the sp_who2 stored procedure for example) The sp_who2 command will let me identify what session is causing blocking, but it won't say anything about the user as it only…
-
How to open 2 windows session in Business Central
Hi, I want to open 2 windows authentication user session in 2 different tabs in Google chrome. If anyone knows how to do , please let me know the steps to achieve it. Thanks in advance. Regards, sekar.
-
Old versions base app
I need to download symbols for older versions of base report 7305 “Whse.-Source - Create Document”. Does anyone have to code or know how to do that? I want to compare the code from version 18 with the current one using one of those online code comparisons. I tried to view the code in NAV but it's a long report, so checking…
-
Having msvcp140.dll is missing error
Hello there, I am getting a message in my computer that msvcp140.dll is missing from the computer when i try to open an application, I downloaded msvcp140.dll from the given link but do nmot know how to use it, there are no instructions on website, Can someone help, Thanks in advance, Emma
-
Reverse charge - Business Central
Hi, We have received an invoice which the supplier has advised us we have to use Reverse Charge VAT. Please could you advise how this should be processed and any set up changes we need? We have to process postponed VAT and had to have changes made so I’, assuming this will be similar. Thank you.
-
Break bulk-NAV 2009
Hi, we have some problems with break bulk function in warehouse picks. We are using Nav 2009. Break bulk works fine when gathering smaller UOM (pieces → boxes) (only pieces in inventory), but it doesn’t work the other way around (boxes → pieces) (only boxes in inventory). The base UOM and sales UOM is always the same…
-
Adding additional Options to "Item" quick filter drop down
Good afternoon, I'm trying to add an additional field to choose for the item quick filter, I've added fields to other tables and changed the available fields on the customer/vendor cards. Can anyone point me in the right direction? Thanks very much in advance.
-
delete the Empty Nodes in XML port through code unit with using Dot net variable.
Hi I need to delete the Empty Nodes in XML port through code unit with using Dot net variable. Is my code is correct ? kindly suggest some answers. Documentation() OnRun() Document:= Document.XmlDocument(); Document.Load('D:\xml\xmlportforexport.xml'); Parentnode:= Document.SelectSingleNode('Root'); Nodelist:=…
-
Import File from Azure File Share to Cloud BC
Hi, i am using BC20 and try to download a file from Azure File Share. I can create files, upload data (TempBlob) to Azure and get file information (example below), but how can i download data into my TempBlob? Regards procedure ReadFile(FileName: Text; TempBLOB: codeunit "Temp Blob"); var CryptographyManagement: Codeunit…
-
BC21: Production Orders Components Page very slow
I have a customer that has the page of the Production Order Components that is very slow to open from the Production Order card when a particular extension is installed. And by slow I mean >1 min to open on production orders with 30 components. When I uninstall the extension, the time decrease to a couple of seconds. The…
-
XML port - create value list
I have a couple of times had the need to create a simple value list with an XML port. A sample output would belike is: <TestAPI> ..<brandId>622b300e4b18948f3e71679a</brandId> .. <productIds> ....<productId>9702820189648</productId> ....<productId>9702820189649</productId> ..</productIds> </TestAPI> Is there any way, that…
-
Financials in BC
I am using BC and preparing financials in excel. Concerned on how the cost of sales will be presented and still be in balance.
-
BC 14 Service is not starting in service & also instance is also not starting.
Installed BC 14 month ago, i was worked fine, but now server instance is not starting, and i also viewed the event log.I got this error. Please help on me, very urgent, thank you Server instance: SampleBC Category: SqlConnection ClientSessionId: 00000000-0000-0000-0000-000000000000 ClientActivityId:…
-
NAV 2009 to Dynamics 365 Business Central License Upgrade
Good Day everybody, I am actually using NAV 2009 R2 version at my company and I am planning to move to the latest version of Dynamics 365 Business Central. I would therefore like to understand how Microsoft converts my existing NAV 2009 BRL License when I upgrade same to Dynamics 365 Business Central. I currently have the…
-
Show each month on Account schedule and YTD
Hi, Wanted to setup an account schedule that has Jan/Feb/Mar etc... and a YTD column. If we set the col definitions with comparison period +1M +2M +3M .. but then I would always need to filter on Jan... which makes YTD difficult to calculate. If I let the user filter on say 01/01/2023..31/03/2023 as a date filter YTD is…
-
BC2022 hide specific page for a profil
Hello everybody, i am using BC 2022 and iwant to hide a specific page for a certain profile to make it not visible (Tell me functionnality) for security reason. Is it possible? Thank you
-
PowershellRunner in BC
Has anyone tried using powershellrunner addin in BC (v15 and above). Was it working for you? It was working in with C/AL versions, but not working in only AL versions?
-
failed with this message: The request was aborted: Could not create SSL/TLS secure channel. SOAP API
I am getting below error and i am not expert in SOAP API integration. Below code was working fine but suddenly i have start getting the above error, to solve this issue i have used the below code also ServicePointManager.SecurityProtocol := SecurityProtocolType.Tls12; but no luck. i am getting error on the this line of…
-
BC 18 Edit in Excel Invalid server configuration
Hi guys, please can you help me with issue - Excel Addin for BC 18 is not working. Customer has OnPrem BC 18 installation with AAD auth enabled. Users reported me, that Edit in Excel function stopped working but they did not use it much. I inspected app registration, ODATA are working, SSL is enabled. Everything is done as…
-
Item template configuration
Hello for importing list from excel (create item and update existing item) how can apply item configuration template for new item in c/al ou al Thank you
-
Allocation costs in BC
Hi. I have a question regarding Allocate costs. When posting purchase invoices, they are correctly transferred to cost entries (entries are separate). The problem arises when we run the function allocate costs for the specific date, for example 05/22/2023, function combines all cost entries (all the previous dates too)…
-
Automatically refresh form
Hi experts, In Axapta 4.0, I have a form with two tab pages that use two seperate datasources. Tab Page A has datasource AA in a grid and Tab Page B has datasource BB in another grid. If I set focus on Tab Page B and wait for some minutes, then it automatically opens Tab Page A. Sometimes it takes a long time and sometimes…
-
Printing external PDF-files in NAV2009
I'm looking for a method to print external PDF-files in NAV2009
-
how to set boolean true - as a default
Hi everyone i m new here in Navision developer , here i am stuck in one page - there is one field (data type -boolean) , when i open its showing true always . i have checked in field property there is nothing such set. also that boolean field is connected with another page if true. i want to make it false - as default…
-
Japanese Sales Invoices in garbled text
Hi, I'm currently using Microsoft Dynamics NAV 2018. Our sales invoices are in Japanese, but whenever we try to print the draft sales invoices, it couldn't display the Japanese words as shown in the image. Can you suggest solutions to this issue?
-
Business Central 22
Hi I can not find the download link to Microsoft Business Central 22. Can you?
-
Microsoft.Dynamics.Nav.Runtime.NavVariant variable not initialized
Hello, am getting this "Microsoft.Dynamics.Nav.Runtime.NavVariant variable not initialized" error when an approver is trying to approve a document. But after singing out then singing in and repeat the approval the error disappears. Am open to any suggestions.
-
Design Mode in BC Cloud Sandboxes
Hi. I have a question about "design" mode in BC Cloud Sandbox environments. When you start it, the functions "+ Field", "+ Action", "+ Part" and "+ Page" appear. My problem is that only the ability to add a field is enabled, all other functions are disabled no matter what area of the current page I click in. Does anyone…