Phenno

@phenno.bsky.social

Passenger in a train started at Navision Attain station, currently in #msdyn365bc.

Moving worskpace-based Application Insights to a new subscription will unlink old data from it. Querying App insight will show only new data whils Log Analytics will show all data.

Azure DevOps introduced information on how many comments on PR are unresolved but somehow this info sounds awkward to me if put this way. I would expect that 1/1 means all resolved but no, it means nothing has been resolved. Is it just me?

Bild

#bcalhelp, anyone else has a problem with Azure DevOps responsivity last few days? Every third click on portal simply blanks for a minute or two and I'm not sure if this is on our side or a general problem on portal.

#bcalhelp, which event will be triggered first: "NotBlank" check forced on Table PK field or "OnBeforeInsert" trigger set on table? It seems to me that "NotBlank" is executed prior to OnBeforeInsert.

#bcalhelp, if I forward a variable of type temporary record to a procedure without using var reference, do I get a complete copy of such variable, meaning I get a doubled memory footprint of it?

#bcalhelp, as of BC28 we're receiving error in tests on Page.SetValue(Decimal) for fields that have AutoFormatExpression = "Currency Code" while using foreign currency. Error says something like "Value € 20.10 is not a valid decimal amount". We can see that as of BC28 value is represented as such.

Does anyone know regarding #msdyn365bc migration from OnPrem BC14- version to a newer one, does client's license upgrade retains rights to .net components or clients must be UCI compliant or acquire .net granule? Are old clients eligible to .net usage in extensions after migration?

Starting new blog serie: "BC Development Serie" - best practices and patterns for Business Central ext. development. Not only for devs, but for consultants and decision makers too. AI can write code, but who will tell it what to write? blog.kine.cz/posts/bcdeve... #MSDyn365BC #ALDev #MicrosoftMVP

Business Central Development Serie - Part 1: Introduction

Introduction to blog serie about best practices and patterns for developing Microsoft Dynamics 365 Business Central extensions. Covering architecture, dependency management, testing, performance, deli...

blog.kine.cz

#bcalhelp, what's a better way to create simple report table in excel layout: - create a report with RDLC layout as table which fits perfectly to be saved as Excel, or - create a report with Excel layout directly? I'm trying to do latter, but this excel layout is... confusing.

Who is responsible for installing of these minor updates available in #msdyn365bc admin center? Should admin schedule update of all of these available apps or they will be updated by Microsoft? Where can we find what is changed in them?

Bild

#bcalhelp, will this message appear on update/install of app of any kind or only if tables are touched or similar heavy changes? "The administrator has made a change to the system that requires you to restart your activity"

#bcalhelp, I have two VS Code AL app projects behaving differently. In one I receive all problems/warnings upon opening of project in other only if I open file with the problematic line. I've checked settings.json, what else should I check?

I've expected wrongly that if you create a new field with InitValue set and install extension to database with existing rows in that table, it will populate field with InitValues... #bcalhelp.