Display media/mediaset in page fields
Media/MediaSet can only be displayed as a thumbnail on a tall/wide brick, or as the only field of a CardPart embedded as a factbox or directly on a Card/Document page. It would be nice to be able to use an image on a page field for card and/or list pages also.
API - json body with more nested nodes than two
Hi, with BC Spring release 2019 there is a limitation about the structure of the content body in a custom API, in fact it is not possible to create an API that accept in a POST request a json body with more nested nodes than two (https: // docs .microsoft.com / en-us / business-applications-relea...
Add test libraries to app source
Would be great if we could publish and use the automated test libraries such as Assert, Variable Storage and Any running on the cloud. for latest Business Central release.
Shopify Business Central Connector support for B2B eCommerce
Add support for Shopify B2B features to the connector, i.e. Organizations, price levels, etc.
Unlimited size for Developer Licences (remove sizelimit of 120KB)
Developer licenses have a size limit of 120KB. Since two years with every new Release of NAV/BC we are having troubles to update developer licenses. If ISV Partner do not set the right configurations for their ISV solutions, their ISV solutions are authorized for every partner. We always need to ...
More Helpful Missing Index Page
Hello,
Since a few versions we have the Missing Indexes in Business Central as a page.
This may be helpful in the first place but on a working customer environment where you have no control over all the users you will get many indexes suggested which are completely unnec...
Syntax Highlighting for AL in Azure DevOps
Please reach out to the Azure DevOps team and work with them to add syntax highlighting for AL in Azure DevOps. Today all AL code there is just shown as plain text. This is inefficient because all pull request reviews and all other code investigation are a lot slower to do without. The platform d...
defaultApplicationArea in app.json
Yeah, when you need it, the ApplicationArea property is great. But when you are developing a per tenant extension for a customer, of an app for app source where it's all or nothing (if you install it is because you want to see all fields/actions added by the app), having to add ApplicationArea = ...
Best regards,
Business Central Team
Extend CalcFormula
I totally agree, that it is no good idea to allow to modify the whole CalcFormula (https://github.com/microsoft/AL/issues/390). But it would be great to add additional filters to the existing CalcFormula. Something like: modify(Quantity) { AddToCalcFormula = "Parcel No." = FIELD("Parcel No. ...
Best regards,
Business Central Team
Mocking in Tests - Create a Mock-Framework
We would need to get the following capabilities to be able to write better tests:
Mocking procedures, codeunits and other public intefaces like e.g. the Moq-Framework does for C# (https://github.com/moq/moq4).
Mocking web service calls
Administrator