GB Localisation, Postcode lookup integration
Hello, I'm looking at integrating additional postcode lookup vendors into Business Central (GetAddress.IO doesn't quite meet the requirements). one of the requirements is to have international lookups, I was looking through the code and noticed that on each of the pages it's implemented on (C...
Complex lists (List of records) Struct/Tuple
It would be VERY useful if we had a slightly more flexible way of building in memory data,
Temporary tables can be OK but aren't that flexible for complex data structures and can be awkward/unpredictable when passing them around.
Json Objects/Arrays are fine ...
app.json idRanges type option
with the way id ranges currently work there's no appreciation for the lopsided way in which different object types are consumed. For example in one extension I may consume 100 codeunits and only 2 reports, but in another extension i may consume 60 reports and only 2 codeunits - this is particu...
Multi Company Queries
We could add a new MultiCompany property to Query objects, defaulted to False, when true the service tier will generate a query that gathers that data from all companies within the database, pretty easy to achieve and would be a game changer in BI and many other scenarios.