-
Business Central - Data Exchange Definitions - Documentation?
Hi. Apologies if this is in the wrong area. I am fighting with a data exchange definition to export an EFT file. Maybe I've missed it, but is there ANY documentation about these that is more then just a skim over the surface as in MS Learn? Thanks in advance!
-
Loading Posted Sales invoices to IC Outbox
Hello all, One of our users generated a sales invoice for an intercompany partner in Microsoft Business Central. However, due to the user’s restricted access to the other company, the invoice was successfully posted but is not showing up in the other company’s purchase invoices. Typically, I can locate such invoices from…
-
Text lines "Multicurrency" on Statement
Hi I have seen some lines with the text "Multicurrency" on a statement i a NAV2013R2 client. The lines are not a part of the customer records. Where are the lines from?
-
Assist-Button not shown in Listpage
Hello, I have a somewhat strange problem with a newly created page. The page displays all lines of sales offers and sales blanket orders. The customer would like the map of the respective document to be called up when clicking on the document number. When I now open the page via the menu, the Assist button is not…
-
Include caption not working on report?
I am trying to "include caption" for a field on a Business Central report. I have added the property to the field in the dataset: The field has a caption in the table and it is translated: I have added it to the layout like this: But it just prints the raw text: Can anyone help?
-
Custom Lines Page Show Open In Excel Top Right
Hi All I have created a customer subpage similar to the sales order lines. However I cannot see the option to Open In Excel on top right as below (option appears as a drop down on the left). How do you add a similar open in Excel function on custom page?
-
Issue with creating a new record when filters are set on a page - Business central
Hello, I have noticed a problem in Business Central in that when I want to insert a new record on the page, there is a "reload" and the first record is selected/highlighted instead of a new blank record in which I can put the new values. The problem appears in BC15 and higher when there is a filter set on the date type…
-
Endpoint for "Item Charge Assignment"
Endpoint for "Item Charge Assignment" A requirement for an OData endpoint to fetch all the data of the "Item Charge assignment" table for integration with other software. Because the standard BC page does not return any data without the purchase or sales document context. Please see below the screenshots of calling the…
-
Error 701: Azure Key Vault
Hi BC 16.2, we see this alot, anyone knows whats wrong? There is not setup any Azure key vault, but is that required at all? It runs as an onPrem, on azure VMs Server instance: PROD Category: Azure Key Vault ClientSessionId: 6a295346-70c9-4d7c-a5a8-9f4b564aa735 ClientActivityId: 16f53968-b2d3-4f59-b527-0eedd770b481…
-
Event Handler
In the upcoming Microsoft update, there are several events slated for removal. I’m seeking assistance in replacing two of these events with their new counterparts. I attempted to substitute the second event with “OnPrepareLineOnAfterFillInvoicePostingBuffer”, but it doesn’t seem to be triggered as expected. Additionally,…
-
Can I determine the correct control add-in name for a third-party dll?
Hi - I have a third-party DotNet dll that I would like to deploy via the Control Add-ins table. However, we purchased this add-in, so I don't know what the internal "Name" property is. I assume that the Public Key Toek is the "PublicKeyToken" value on the variable definition in my codeunit:…
-
Document Attachment, where BC/NAV are storing the BLOB data?
Please, I want to know where are storing the BLOB data Dynamics NAV/Business Central (version 14) in Database. I can see table 1173 - Document Attachment, but there is no BLOB field, but there is a filed named Document Reference ID of type Media which may be a candidate to point other table. But i cannot find where. Thank…
-
Upgrade Steps: from BC14 CAL (On-premise) to BC22 (On-Premise)
Hi Everyone. Is there a document that can help me upgrade from BC14 CAL (on-premise) to BC 22 (on-premise). Detailed step by step document. Microsoft Document for this "Upgrading Customized C/AL Application to Microsoft Base Application version 22"…
-
NAV 2015 Synchronize Schema Changes
I'm currently in an upgrade to NAV2015 (build 41779) and I'm running the 'Sync. Schema for All Tables'. It ran for a while and currently the progression bar is at 100% for some hours now but the 'State' is still saying 'OperationalSyncInProgress'. The database to convert is a large database but I'm getting a bit concerned…
-
Event Sub filer record to current record logic
Hi All I'm subscribing to the Sales-Post codeunit and trying to create a validation based on the current document a user is interacting with. I cannot understand the reason for the below highlighted line of code to filter the document no as I assume SalesHeader already is filtered to the current record…
-
NAV2013 Fatal Error During Installation - local client
Hi, Trying to install NAV2013 RTC client on local workstation. Ran setup from a copy of the NAV2013 stored on the file server - got the following errors in the installation log: Microsoft Dynamics NAV Build 34797 Error Report Client Microsoft Dynamics NAV Client Components Fatal error during installation. Error reading…
-
Report Rendering - BC v21 - Selecting specific layout through an action
Hi all, I have just learnt about the new rendering section in reports today. I'm not finding much information about it online, and was wondering the following: If I have a Sales Shipment report extension set up using Rendering as belowrendering { layout(SalesShipment) { Type = RDLC; LayoutFile =…
-
Excel import container error.
Hello I got an error when trying to import Excel file. Its works fine when i run it from site. But on the container i got an error I tried reinstal the container, but it didn't help.
-
Get Local IP address from NAV 2013 R2
Dear all, How to get the IP Addresses of the (RTC) Client Machines who is accessing the NAV SERVER ? Regards, Navuser1
-
Import from Excel hide dialog Shipment Date <> workdate
Hi All I have tried below code to hide dialog when importing Sales Order lines but it's not working SalesLine.Init(); SalesLine.validate("Document No.", SalesHeader."No."); NextLineNo := NextLineNo + 1000; SalesLine."Line No." := NextLineNo; SalesLine.SetHideValidationDialog(True); SalesLine.Validate("Shipment Date",…
-
How to become a member of AppSource/MarketPlace
Hi Out of curiosity, how do an individual freelance developer (with proper certifications and experience) become a member to get their own object id range and sell their apps on the market place? Couldn't find a clear guidance on this, please
-
NAV 2018 - Job No. must be equal to '' in G/L Entry when reversing a G/L register
I am trying to reverse several G/L Registers in NAV 2018 and I keep getting this message: "Job No. must be equal to '' in G/L Entry." Of course I get more identifying information but that is the general gist of the issue. I have debugged the process and found that it stops in the "Check GL" section of the Table 179 :…
-
Business Central OnPrem – Not refresh Total Balance in pages
Hi, I encountered the problem starting with version 22.3.X.X Example: General Journals I insert a new line, fill in the field must (I continue in the same register but change column) and does not update the total balance of the footer of the page, when I move line it does add it. In old versions it did well, validating the…
-
cannot have any leading or trailing spaces
We are getting the following error for a couple of extensions, I was wondering if we will delete the space in that field, doesn't that change the ID for that field along with their records and data? Table/RecurringBillingLines.Table.al (53,18) - Error AL0770: The identifier '"Recurring Billing "' cannot have any leading or…
-
Objects not shown after update license file
Hello everyone! I have updated my license file in business central instance, after updating the license file some objects are not shown in Business Central tell me function, then I check effective permission page for and filter object id’s (Execute, Read, insert) fields are disabled. Please tell what is the issue, How to…
-
Dynamics.IS JSON Mgt codeunit question (generating well formed JSON string)
Hello! I am trying to implement the sample codeunit provided many years ago by Dynamics.is (https://dynamics.is/?p=2303) to modernize functionality we use in NAV2013. Currently, we are using a FedEx SOAP web service that is being deprecated by the host. They have created a RESTful API to replace the legacy SOAP connection,…
-
How do I translate from Danish using xlf files in Business Central cloud?
Hi experts. I have my own app in Business Central cloud. All captions etc. are written in Danish. Now the customer tell us that some users are going to use English and some are going to use Danish on the GUI. I guess that Business Central expect my app to be in en-US. Is that correct? Can I somehow set up my app to be in…
-
DotNet .... is missing (BC22)
Hi, I am desperately trying to understand why something that I have being doing for years in prior versions of NAV/BC no longer works in BC22. It is to do with Base64 encoding. In the past, I have often used TempBlob's Base64 Encode/Decode features. I realised recently that in later, but not BC, version Codeunit 10 "Type…
-
Action after salesOrder API Post
Hi everyone, Is it possible to perform an action (say release order), after an order is created trough API? I can release the order after one salesLine on OnInsert trigger, but not after multiple lines are posted. Would appreciate any insight. Thanks.
-
BC365 Disable Print Icon on Report Viewer
Hello. Good day. I would like to know if is there any way to disable the print button in BC365 Report/Layout Viewer? Photo for reference below. Thank you in advance to those who can help and answer my query. God Bless to all