Sometimes, you may have a requirement to add a custom filter on the request page
of a report. For example, if the user selects a specific field, the report
should only show data where the values in that field start with "Abc". Only when
the user s...
With Business Central 2025 Wave 1 (version 26), users can resize the FactBox pane while keeping the main page visible. The size is remembered per user per page, and a double-click restores the default width.
Few simple steps for Copy a Production or Sandbox Environment Open Business Central, click on the Settings icon, choose Admin CenterWithin the Business Central Admin page select the production environment that you wish to copy.Select Copy from the...
Suppose you have a requirement to show a field in some companies and hide it in
others.
First Read this Visible Property
[https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-visible-property]
Fo...
Suppose you have a requirement to automatically transfer all released or open
purchase quotes to purchase orders in Business Central, without any human
intervention. Here, I will discuss how you can handle this process.
The standard Codeunit 96, ...
Suppose, you may have a requirement to break long text into multiple lines after a certain number of characters in Business Central.For example, when dealing with lengthy descriptions in fields like "Work Description," it's important to ensure the...
Customizing Headers and Footers in Business Central Reports RDLC: First Page and Last Page TricksSuppose you are working on a report, and there is a requirement for the header to appear only on the first page and the footer to appear only on the l...
Today, we will discuss how we can search custom table data using the "Search Company Data" feature in Business Central.For more information regarding the "Search Company Data" feature, you can refer to the official Microsoft documentation: Search ...