Is there an issue with viva engage Microsoft site? It keeps logging me out. #msdyn365bc, #bcalhelp.
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.
#bcalhelp, what are the options to acquire cloud code signing certificate for #msdyn365bc apps? Options that I see are somewhere 1000$/year or more and Azure Artifact Signing isn't available outside EU/US/Canada.
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?
Publishing of AppSource apps using BCContainerHelper currently does not work. On VivaEngage it is said that MS engineers are working on solution. #bcalhelp
#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.
It's that time of the year: "We’re temporarily postponing updates to version 28.0" #msdyn365bc.
#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.
🔭 Liftoff! Returning to the Moon Image Credit & Copyright: NASA/Bill Ingalls; Text: Ogetay Kayali (MTU) ap260402
Anyone else got a number of issues/problems listed in Visual Studio Code after latest update? github.com/microsoft/vs...
#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, are performance counters available on #msdyn365bc instance on docker created with BCContainerHelper?
#bcalhelp, do you find consistency of Git messages important in #msdyn365bc? Do you use imperative or past tense or something else?
#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
BC v27.4 minor update of the existing environment temporarily postponed!!! PS: Dynamics 365 Business Central postponed updates history yzhums.com/37293/ #Dynamics365 #Dynamics #MSDyn365 #MicrosoftDYN365 #MSDyn365BC #businesscentral
This is a very old #msdyn365bc topic... Why can't we reopen applied item ledger entries of type transfer?
There are 2 #msdyn365bc reports that are wrongly using "Segoe" font. github.com/search?q=rep... If you print such report it will default to Microsoft Sans Serif. In case you don't have access to github, reports are: Customer Summary Aging and Customer Detailed Aging.
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
github.com
#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?
Can GDAP user with Dynamics 365 BC Admin role file support incident in the name of the #msdyn365bc client and how?
Has anyone experienced issues while searching items in #msdyn365bc after update to 27.3? Specifically, search on lookup form of the items completely freeze the window.
#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"
Does anyone have issues while accessing #msdyn365bc today? Some environments have issues with login procedure.
#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.