Min and Max functions
A Record.Min(field) and Record.Max(field) functions, similar to the min and max t-sql functions. Would basically work the same as a calça uma, calculating the min or max value of a column withing the specified filters.
Compile time validation of web services
Including some level of validation for web services, specifically APIs.
For example, the fact that a Bound/Unbound action of an API is set to return a complex type instead of a primitive, completely breaks the API.
This results in a 404 Not Found error for this API and there is no ...
Lookup calcformula to get the last record
It would be great if we could create a lookup calcformula to get the value of the last record found instead of the first, within the specified filters of the calcformula, maybe by negating the formula by sticking a minus sign ("-") before it like with the exists calcformula.
Cache control on web service calls (client side)
The Business Central cache tends to be very persistent on API calls, taking hours to update sometimes, and I often find myself having to add SelectLatestVersion() in some triggers of said API pages, which forces the cache to be cleared on every API call, and I find that to be a very bad practi...
SMTP Connection Limit
When using the Email Dispatcher to send emails (using an SMTP connector), if I try to send 50 emails in quick succession I probably get an error after the 30th email because of the SMTP rate limit of 20/30 emails per minute.
This can be solved by applying a rate limit to the Email Accoun...