-
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"…
-
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…
-
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 =…
-
[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…
-
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
-
How to add the custom field in the standard workflows
How can I add a custom field to a base workflow in Business Central?
-
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…
-
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:…
-
G/L entry
Hello, I would like to transfer some customer columns from sale invoice to G/L entry. After posting sale invoice. What event can I record on? (Event Subscriber in business central)
-
Why do AL use record.Copy() instead of temporary tables
Hi All I'm trying to understand Record.copy function in relation to order planning worksheet so I can extended and add other fields. for example below procedure:local procedure InsertSalesLine(var UnplannedDemand: Record "Unplanned Demand") var UnplannedDemand2: Record "Unplanned Demand"; begin with UnplannedDemand do…
-
Intermittent sending email on NAV 2016
We're facing an odd issue where emails sent from NAV will not send intermittently. The error is: /The SMTP mail system returned the following error: /Failure sending email/. Authentication failed because the remote party has closed the transport stream./ The email account is an O365 account. This issue started happening…
-
RDLC Report
How to set the number of lines coming in a report to 8 in RDLC layout? Thanks in advance.
-
How to calculate new Migration Incentives and Assessment Report program
Simplanova invites Dynamics Partners to join the webinar "AIM with Simplanova Program Updates: how to calculate new Migration Incentives and Assessment Report program FAQs". As a Microsoft Modernization Center, Simplanova will help you navigate through the programs. Webinar topics: 1. AIM Deployment Offer program has been…
-
Current User Email not retrieved correctly.
Hello all, Just wondering if someone could help me with the following issue. Environment details BC22 OnPremise Version: W1 22.1 (Platform 22.0.56191.0 + Application 22.1.55890.56216) Two services, one using NavUserPassword and another AccessControlService The Problem When I update the "Authentication Email" on the User…
-
Developing Custom Approval Workflow?
I want to develop a custom approval workflow on creation of Resource record in the system. When a user inserts a new Resource in Business Central, it should be first approved by the approver, before it can be used anywhere. Any help in this regard will be highly appreciated.
-
Remove-NAVServerUserPermissionSet error "No Access Control in filter"
Hello, We are using Business Central 230. In Powershell (run as Administrator) I use "Remove-NAVServerUserPermissionSet $MiddleTier -PermissionSetId "<name of the permissionset>" -UserName $LogonAccount -Force". When the permission set is super, I see no errors and super is removed from the user. But when I use a different…
-
Job Queue - "The current permissions prevented the Action (Codeunit ... Exceute)
Hey there! We created a job queue that executes a Codeunit in one of our extensions. We created a permissionset that includes the Codeunit with "X" permissions. Permissionset is assigned to the user. When we execute the Job Queue manually everything is working as expected. However, if the Job Queue runs automatically…
-
LSCIN Tax Transaction Value V2 data send Issue
In LS Central, I am enabled DD Send Transaction to push transaction from Store database to HO database, transactional data are pushed to HO except table LSCIN Tax Transaction Value V2 data.
-
Price includes VAT by default on Item Card?
Is there any easy way to make the system to assume and set "Price includes VAT" to true whenever an item is created? I tried subscribe to "OnAfterOnInsert" from Item table and make it to true. But it throws an error the VAT Prod. Posting group field not populated yet.
-
How to create Agenda Outlook Stile?
Good morning everyone, a client asked us to create an outlook-style appointment diary for him on BC21 (onprem). Currently our vertical (they are all customized tables) shows them in "matrix" style format, while the customer would practically like to see the agendas of the individual resources (even all together) with the…
-
Record IsTemporary useage and documentation
Hi Guys I see often when writing event-based code units something like: if Rec isTemporary then exit else begin end Is there any good resources that explain temporary records in BC and how and when they are used. ideally I want to create a test where the record is temporary and my codeunit or function exist to test. Some…
-
Norway, VAT reporting (Report 10618)
Hi, I have a Norwegian Customer (NAV 2018 11.0.46855.0), they are working on Dynamics NAV 2018. In their Norwegian Company, they are trying to upload the Xml file at /Skatteetaten/ using the report 10618 (Trade Settlement 2017). They receive the error attached. Is the output xml file, from report 10618 not valid anymore?…
-
Manifest Book Pages
Having an issue when posting the manifest that UPS does not receive all the "pages". Is there a way to take a look at the ups summary for a specific book and page number?
-
XMLPort Namespaces
Hi. I want to export the xml with some specific namespace. I have the following properties:DefaultNamespace = 'dm22irccli-net';
UseDefaultNamespace = true;
Namespaces = "version" = 'v2023'; What is exported:<My_XmlPort xmlns:version="v2023" xmlns="dm22irccli-net"> What i want:<My_XmlPort xmlns="dm22irccli-net"…
-
Service to service auth and multiple api customers
Hello, guys I would like to investigate such case: - BC Api exposed with s2s auth i.e. creating webshop integration - is it possible using azure and BC to distniguish customers i.e. register the api with s2s muultiple times but in oauth claims put customer no and use it in bc? - or the only possiblity in such case would be…
-
BC service falling over
Hi, I have a client whereby the BC service is falling over a couple of times a day, this is from the event log:- I was wondering if anyone has seen this before? Regards and Thanks Roddy Server instance: SVCT-Live Tenant ID: Environment Name: Environment Type: User: Type: System.OverflowException Message: Arithmetic…
-
Codeunit SignedXML
Hello, I'm trying to use the codeunit SignedXML in Business Central to get an XML signed. I have spent a long time without any results, Can anyone help me? Thanks in advance
-
Restore BC OnPrem from BCOnLine Bacpac file
Hi, Has any one ever done this before? The steps I used to do this: 1) Download bacpac from BCOnline 2) Dowload and Install BCOnPrem with the same app version as BCOnLine 3) Import bacpac file to a SQL Server database 4) Set BCOnPrem to multitenant 5) Mount BCOnline tenant db to BCOnPrem instance 6) I get errors in NAV…
-
How to create custom workflow for customized table and customized page?
Hi experts, Is it possible to create customized workflow for a customized page related with customized table in NAV. How far it is possible and if yes, how we can achieve it. Please help.