OnAfterTransferFields
Moving TableExt into custom tables is Microsoft's suggestion from performance point of view. Technically not difficult, for many document tables the feature TransferFields helps to copy (all) values into other tables. If we start using custom tables, we must need to extend all processes where ...
Global event - OnOpenPage
We have a requirement to trigger some code any time ANY page is opened (related to some enhanced security functionality). Right now we have to subscribe to EVERY page's openpage event to run our code. It would be great if there was a global trigger that fired any time any page is opened. We co...
Business Central Email Throttling
D365F&O has an email throttling, we would like to see this feature available for D365BC. This feature allows noninteractive email providers to adhere to a per-minute email sending limit, which prevents errors that are currently triggered when the system attempts to send more emails than the provi...
Allowed Values filter for Dimensions drop the final “|” if it is going to be the 250th character
Hi Team,
In Default Dimension page of G/L Account, when we click into the Allowed Values Filter list and checks the boxes for the values that we want to allow, BC then creates the string when exiting the window.
However, if we click into the Allowed Values Fi...
Exposing Object Metadata in Business Central Public Cloud
When developing with Business Central Public Cloud, it is not possible to access the Application Object Metadata table. This table contains some useful information, in particular the formulas/calculations for flow fields. It is possible to access this table with Business Central On-Premises, bu...
Best regards,
Business Central Team
Consider different settings per folder within a VS Code workspace
Using a workspace, the settings for enabling code cops in folder A (app) and disabling them in folder B (test) are not considered - which is a bug. However, my GitHub request to fix that was not accepted. Read about the details here: https://github.com/microsoft/AL/issues/5489 Please vote to mak...
Best regards,
Business Central Team
Print and download documents with their Document No.
Hi, The idea is to give the ability to print and download documents like Purchase Quote, orders, invoices, ... with their Document No. This means i.e. on the list of the purchase order page, by choosing Print action and Send to PDF or Word, the downloaded document should be named with the Docume...
Best regards,
Business Central Team
Warn about insufficient/invalid arguments in a call to the built-in GET procedure
Would like to see that the AL compiler or one of the code analyzers gives a warning when the Get procedure is called with insufficient arguments, too many arguments, or arguments of invalid types that do not match the formal parameters expected given the PK of the record in question. This is an e...
Best regards,
Business Central Team
Field Level Security/Visibility (AccessByPermission)
It would be helpful if Business Central had the ability to hide specific fields from specific users. For example, recently we had a request to hide the Unit Cost field from the sales team. However, the sales team needed access to the Item table to view other item information. Since security in...
New system virtual table suggestion - Application Field Metadata
Table 2000000207 "Application Object Metadata" can be used to determine what extension app a table lives in. However, there is no such virtual table at the field level. If I want to know what app “owns” a field (either in a table object or a table extension object in an app), there are no system...
Administrator
Business Central Team