-
Error with custom report.
Hi, How can I obtain the related records between the "Item Journal Line" table and the "Reservation Entry" table in a custom report? On the "Production Journal" page I added a button called "Generate Labels" and I want to show in the report the records from the "Reservation Entry" table that are related to the "Output"…
-
The future of micorosft dynamics product
Dear All, I am currently thinking about the future of microsoft dynamics products from this year - 30 years ahead (in the future). I've seen for example convergence emea ppt file that AX 5.1 will be released in 2009, only about 3 years from now. Are everyone here in this forum or in this world who have career as consultant…
-
SignedXML codeunit
Hi I'm creating an integration from Business Central (SAAS) with the eHealth platform (Belgium) and I need to sign my created XML with 3 references. I've created the following xml document (manually with the XML objects):<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<soapenv:Envelope…
-
Anti-Virus Exclusion Recommendation
Hi, I was searching all over the internet for a article or document, with anti-virus exclusion recommendation for Business Central on Prem, but i didn't find any info. Are there no such recommendations for the server instances and the webclients on IIS?
-
Hide Insights are on role page in BC
Hello, How can I hide the Insights area on a role page in BC using al? Kind regards, Kristof
-
Creating BC docker container with automatically enabled feature SalesPrices
HI! It is possible to create BC container in which the specific features will be automatically enabled. I know I can enable them on page "Feature Management", but I need to create container during CI/CD pipeline and to run automated tests in it. I tried to use this command for creating container: $artifactUrl =…
-
Dynamic dynamic filters based on another DataItem level in Query API
Hi! Im trying to get this code working but cannot get it to bypass the error I in the attached screenshot. Is there anything that I have missed in the syntax or is this way of setting filters in a Query API basically impossible? query 50101 "ItemVarBalance API Query"
{ APIGroup = 'xxx'; APIPublisher = 'xxx'; Caption =…
-
[NAV2018] Transaction failed. SendAsDenied error while sending PO for approval
Hi, [Version: NAV2018] I am sending a PO for approval and there are 3 persons (A,B,C) in the approval chain. Persons A,B,C are added in Approval User Setup with their respective email IDs. When I send a PO for approval, I am getting below error in Job Queue Entries. By default it is not taking up the e-mail ID from the…
-
Dynamics NAV Web Services SOAP <Key>
When ever you READ (or insert) a NAV SOAP Web service, NAV will return a SOAP response with <Key> Value. E.g. <Soap:Envelope xmlns:Soap="http://schemas.xmlsoap.org/soap/envelope/"> <Soap:Body> <ReadMultiple_Result xmlns="urn:microsoft-dynamics-schemas/page/ws_fixedasset"> <ReadMultiple_Result> <ws_FixedAsset>…
-
Table 87- Date Compr. Register
Is there an issue if I clear this table? Does it effect anything? Or is it just a "record holder" of what "was" done. Thanks
-
Variable value passed to report is not being printed
So I'm trying to display my variable value in my report. But it prints in the message "Numerario" but in the report is not showing anything.. OnPreDataItem() PaymentMethodCode:=CustLedgEntry2."Payment Method Code"; PaymentMethod.GET(PaymentMethodCode); PaymentMethodDescription:=PaymentMethod.Description;…
-
Display a number with its superscript in a report-Nav 2016
I am looking for an option in Nav 2016 to display a number with its superscript in the report. I tried many options but none of them worked. It seems like there is no in-built option available. Please advise with any workaround.
-
How to add the custom field in the standard workflows
How can I add a custom field to a base workflow in Business Central?
-
Unexpected error when trying to open a custom list page.
We have designed a custom list page in of our extensions. When we try to open this page we get the following error, I have tried to debug this error but the debugging session does not stop at the spot where the error happens, I presume cause the error is called in a protected system object. All I know is it happens after…
-
VS Code debugger in wrong place on standard code - BC v23
When debugging, I go through several functions of bespoke code and everything works fine. Stepping into, over and out all fine, but when I get to here and step into the standard Sales Header table code, it brings me here I believe it is debugging the correct lines in the background, it's just not taking the Namespace ___…
-
Dynamics 365 Business Central
pageextension 50010 PostedPurchaseinvoice extends "Posted Purchase Invoices" { actions { addafter("&Invoice") { action("Create Purchase Order") { ApplicationArea = All; Image = Invoice; ToolTip = 'Create Purchase order'; Promoted = true; PromotedCategory = Process; trigger OnAction() var PurchInvHeader: Record "Purch. Inv.…
-
Ready for BC v24? Manage all updates in one place
Simplanova invites Dynamics Partners to join the webinar "Ready for BC v24? Manage all updates in one place with Partner Admin Center" Webinar Date and Time: Thursday, 14th of March, 2024, 04:00 PM CEST (Central European Summer Time). Webinar duration: 30 mins Register now HERE. Session description: Simplanova presents…
-
Login status does not work correctly
Something is off with my login status. Right now, I am logged in when I am on page 2 and higher on "Recent Discussions" but not if I am on the first page with URL https://forum.mibuso.com/discussions. I see, however, the same content using the manually entered URL https://forum.mibuso.com/discussions/p1 , but with this URL…
-
Copyfilter from multiple filtergroups
Hi there, I have a form that displays sales lines. A filter is set on a couple of fields on opening the form. These filters may not be removed, so they are set in filtergroup 0. The user is allowed to further refine the view by setting more filters (in filtergroup 2). In a function in the sales line table, I want to define…
-
Using Control-AddIn WebPageViewer in NAV 2016
Hello all, got a Problem with a Control-AddIn that has me rather baffled. In NAV 2017 you have a new one called WebPageViewer. NAV uses this to give you a preview show (in page 9700, Email Dialog) of the email body if you defined a word document to be a Body for a report. When selected in NAV 2017 the AddIn created 4…
-
Find the specific "Sales Price" the used to validate "Unit Price" on Sales Order Lines
Hi! This is in Business Central cloud. I'm looking for a way to find the specific "Sales Price" the system fetches to determine the "Unit Price" when validating the "No." field on Sales Lines for orders. I have a custom field on the "Sales Price" table that needs to be transferred from the correct "Sales Price" line to the…
-
Preventative maintenance in Navision
Dear All, I am currently studying service management. In a demoscript service management, in page 16, I read as follows: So, it seems navision can handle preventative maintenance, however in www.wikipedia.org (http://en.wikipedia.org/wiki/Preventative_Maintenance) , I've read as follows: Preventive maintenance (PM) has the…
-
Luhn or Luhn formula - also known as modulus 1 or mod 1.
Hi Friends, Does anyone worked in Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod 10" algorithm (in Navision)? Luhn algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, barcodes etc., Also see this link:…
-
VS Code unable to connect BC Instance
Hi, The VS Code on my VDI can not connect to the Business Central Instance ( on Server B ) due to below error message. The VS Code and BC Instance are installed in two different machine. I can access BC environment using Web Client on MY VDI but can not connect BC Instance and download the symbols. Configuration of BC…
-
Copy records within Companies
I have a client who needs some tables to not be DataPerCompany. I don't want to change the property because I will have to maintain several databases. Is there any way to insert a record from one company to another when I enter a new record on a Table? For example, I open customer table and I add a new record, and at the…
-
Luhn Algorithm (Modulus 10) in Dynamics NAV C/AL & Business Central code - Creating a check Digit
Hello people, So a client required Luhn algorithm (also known as modulus 10 or mod 10) to be used on their database to create a check digit for a given number and a valid OCR reference for payments. I saw some solutions on this website that did not work so I decided to post a good solution below: For Luhn algorithm, you…
-
LS Retail Trans. Sales Entry Status table
Hi, Can anyone explain to me what the Trans. Sales Entry Status table is used for in LS Retail? I am trying to understand why there would be entries in this table but not in the Trans. Sales Entry table? Thank you.
-
XMLport Import Text Element not clearing itself - still filled on next loop
Hello I got a problem while importing an xml file. Somehow I can't find anyone having the same problem on google ._. So my structure is following MLIST - M - DATA1 - DATA2 I do processing in the M - Import::OnAfterAssignVariable() Now let's assume DATA1 is always filled and DATA2 like every third loop only. So it's filled…
-
XMLDSIG signing XML data with .NET or Bouncy Castle / use higher .NET Framwork version?
Hello :smile: In short my issue: I need to xmldsig my xml data to fulfill some regulations. As NAV 2016 offers .NET System Security 4.0 which has System.Security.Cryptography.Xml.SignedXml Now I need to set the algorithm, but as of 4.0 it only offers those SignatureMethods:…
-
Adding a permission set for a single codeunit in BC?
Hi all, I'm using a BC (SaaS) and I have created a new Codeunit: 6000 "Test" with some subscribers to the Tables: "Sales Line" and "Purchase Line": [EventSubscriber(ObjectType::Table, Database::"Sales Line", 'OnBeforeValidateEvent', 'Quantity', false, false)] local procedure SalesLine_OnBeforeValidateEvent_Quantity(var…