Make Affixes not necessary for AppSource apps
We have now namespaces, what I love.
But we need still use an affix for AppSource apps.
I don't think that this is necessary if you make the namespace as a requirement.
The code will be more readable if we don't need to use affixes.
Page Scripting Tool - Yaml
Good morning. It would be interesting to have documentation with all the tags used in the Yaml files generated by the new PageScripting functionality of Business Central 2024
Customers to have more than one Customer Price Group
It would be great if you can assign more than one Customer Price Group to a customer.
For example, A customer might have a general price group. But their might be an additional buying group price list they are entitled to that override the general pricing.
Need to add Setcurrentkey to speedup accessing customer ledger entry
Please add Setcurrentkey for index “Document Type", Open, "Posting Date", "Closed at Date" to CalcAverageCollectionDays function in "Activities Mgt."(CodeUnit 1311...
Add alStackTrace to BCPT Telemetry
Seems to be forgotten, but the BCPT log displays the stacktrace when a test errors out, but Telemetry doesn't.
New Compare Methods for Time and DateTime Comparison
The comparison of time values does not work if you compare the time value before writing to the database with the time value that was written to the database.
The cause of the problem is that in BC DateTime and Time values are rounded by SQL Server ([See MS Docs](https://learn.microsoft....
Add ability to flush Table Trigger Setup
We'd like to have the ability to flush the DatabaseTableTriggerSetup which is requested from the platform over the GlobalTriggers.GetDatabaseTableTriggerSetup. Because this is only asked once per session per table. In our scenario we'd like to temporarily track all changes made to any table. T...
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

Administrator