Add reference "FindBlobsByTags" from the "ABS Client Impl." codeunit to the "ABS Blob Client" codeunit
I want to filter the blobs by there tags.
The function is allready created in the implementation codeunit but is not added to the client.
Set GuiNotAllowed by code
Hi,
I would like to propose the idea to let developers set the GuiNotAllowed property by code.
The following code should run as it was run by a job in the background to skip messages by a bulk update.
Usecase e.q.:
Changing Dimension b...
Run a query from code
Could you give us a way to open a query to the user from the code.
Something like the methods we have on Page variables and the static Page object.
- Query.Run(Query::"My Query");
- Query.RunModal(Query::"My Query");
- MyQuery.Run()
- MyQu...
STATUS DETAILSNeeds VotesThank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
Separate BC company tables in the database by schema instead of having them all in dbo
Business Central (and way back to Navision) stores all tables for all ERP companies in the one database and in the one schema (dbo). So, if you have (say) 18 companies and each has 3.6K tables, suddenly you have 66K tables all in the dbo schema in one database.
This is a nuisa...
OnCompanyClose should be isolated.
With 2022 Release Wave 1 Microsoft introduced "Isolated Events":
An isolated event ensures the event publisher continues its code execution after calling an event. If an event subscriber's code causes an error, its transaction and associated table changes will be rolled back. Th...STATUS DETAILSNeeds VotesThank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
Get Proposal Entries save filters
I wanted to address an enhancement request regarding the Dutch telebank functionality.
Currently, when using the "Get Proposal Entries" report to retrieve payment entries, the filters used by our partners/employees are not saved. Unlike other reports, there is no option to save the comm...
Automatic sending of reports from Business Central to (external) email addresses.
Our clients frequently require us to provide a solution to automate the sending of financial reports e.g. AR aging to external emails on a weekly or monthly basis.
There is not an out of the box solution for this currently and is hard to justify development or ISVs for an inf...
Ability to Disable, Enable Index and SIFT in Base and Other Apps Using Table Extension
We need a way of disabling/enabling a existing index which was created in another extension such as base extension using a table extension. This will allow developers to not only create new key in their extension but also disable unused key due to customization and change in business process. ...
Allow debugging background sessions for non-prod environments with sandbox artifacts
Hey AL gurus,
For development we are using containers & Azure VMs with sandbox artifacts. So we are as close as production environment, and all SaaS functions (for e.g. IsSaaS), are working correctly.
Recently, we came to one annoying limitation of using sandbox artifact...
Trigger on attaching files to e-mails
On e-mail generation we need a trigger on before and after files are attached, so we can modify the attachment.
We have a requirement to merge all PDF files into one together with a generic terms of use at the end of the file

Administrator