Power Automate: changes in the HTTP Connector
Have you ever used the HTTP connector with Power Automate? I think the naswer is YES because it’s (at least in my opinion) one of the most used in every real-world projects. The HTTP Connector has a trigger called When an HTTP request is received that permits you to trigger a Power Automate flow from external applications. In the past I wrote a post about this trigger where I’ve talked… Continue Reading...
Transition to using Standard Tests for availability tests in Azure Application Insights
In the past I talked about the possibility to monitor the availability of a Dynamics 365 Business Central tenant (or any other web resource) by using URL Ping Tests with Azure Application Insights. You can see the post at the following link. This type of availability test is also useful when using Azure Functions to avoid the cold start of a consumption instance, like explained in this… Continue Reading demiliani’s Article...
Business Central vNext (v23) – The “new data model”
This is just going to be a brief post, because there have been other blogs about this topic – I just wanted to add a small piece on top of it ;-). Our two Italian friends Stefano and Duilio already wrote some blogs about the upcoming performance improvements regarding the new feature in Business Central, that includes a new data model for table extensions. In Short: in stead of having a… Continue Reading...
Dynamics 365 Business Central: introducing the new SecretText data type.
Dynamics 365 Business Central 2023 Wave 2 release (version 23) and the new AL language version 12 introdocues a new data type called SecretText. This new data type can be used to protect secrets in AL code from being revealed through debugging. SecretText data type will be usable as a: Variable value Return value Parameter value The SecretText type encapsulates a Text type. If… Continue Reading demiliani’s Article on their...
#msdyn365bc 2023 Release Wave 2 – Get to data search from anywhere in Business Central.
HI Readers, As Business Central 2023 Release Wave 2 Preview is announced. In this series we will discuss all features in detail. In this article we will discuss regarding – Get to data search from anywhere in Business Central. With this feature – This feature was in preview in Business Central 22. Microsoft have enhanced this feature to make search even easier. With this version, it can easily… Continue...
#msdyn365bc 2023 Release Wave 2 – Optimizing Data stack in #msdyn365bc.
HI Readers, As Business Central 2023 Release Wave 2 Preview is announced. In this series we will discuss all features in detail. In this article we will discuss regarding – Optimizing Data stack in #msdyn365bc. With this feature – Major Enhancement. Before Business Central 2023 Release Wave 2, multiple extension to a base Microsoft table will create multiple tables in SQL Server. With Business… Continue...
#msdyn365bc 2023 Release Wave 2 – 124th #bcopendiscussion.
Hi Readers, 124’th #bcopendiscussion is where we start discussion regarding What’s New in 2023 Release Wave 2. We have a utilized the preview release of business central. We explore a range of topics, including: AL Language Extension: Learn how to leverage AL Language in prerelease versions to supercharge your development workflow. Discover the latest features and best practices to stay...
#msdyn365bc – 2023 Release Wave 2 – Show related record details from lookup.
HI Readers, As Business Central 2023 Release Wave 2 Preview is announced. In this series we will discuss all features in detail. In this article we will discuss regarding – Show related record details from lookup. With this feature – It used to take multiple clicks to get to details about related records from lookup dialogs. Now, you can use the Show details action in lookup dialogs to quickly…...
#msdyn365bc – 2023 Release Wave 2 – Customize field editability from UI.
HI Readers, As Business Central 2023 Release Wave 2 Preview is announced. In this series we will discuss all features in detail. In this article we will discuss regarding – Customize field editability from UI. With this feature – Users / Administrators can disable editability of a non-editable field using Personalize or Profiles. A New option is available in pages to Lock Editing. User /… Continue...
Me @ Directions EMEA 2023
In a bit more than a month Directions EMEA 2023 Conference will start in Lyon. It will be as usual an interesting 3 days in which to meet Microsot Dynamics partners from all over the Europe and share experiences and knowledge (and obviousy make networking). I will be at the conference with the following 3 sessions: Creating high performance low-code workflows for Business Central: what’s… Continue Reading demiliani’s...
#msdyn365bc – 2023 Release Wave 2 – Preview Announced.
Hi Readers, Last Friday Microsoft announced preview release of Microsoft Dynamics 2023 Release Wave 2. In this series we will discuss all features in detail. In this article we will discuss regarding – How to Create a SaaS Preview Environment. Let me know your views in comment to this article.Regards,Saurav Dhyaniwww.sauravdhyani.com Continue Reading Saurav Dhyani’s Article on their blog #msdyn365bc – 2023...
Dynamics 365 Business Central 2023 Wave 2 release: measuring the impact of the new data structure
Dynamics 365 Business Central 2023 Wave 2 release (v23) introduces important changes on the new data structure for table extensions (I’ve talked about that time ago here). Instead of creating a companion table for every tableextension object you have for a specific table (as we have until version 22.X), Dynamics 365 Business Central v23 will store all tableextension fields for a specific… Continue Reading demiliani’s...
Dynamics 365 Business Central: attaching VS Code Debugger from client
One of the long awaited feature that you will see in Dynamics 365 Business Central 2023 Wave 2 release (v23) is the ability to oen a Visual Studio Code debugging session from within the web client for a specific customer production or sandbox environment. To simplify and speed up this process, a new option to open a local Visual Studio Code instance for the current extension and… Continue Reading demiliani’s Article on...
Dynamics 365 Business Central: start checking per-tenant extension (PTE) validation events in telemetry
Dynamics 365 Business Central 2023 Wave 2 release adds the possibility via telemetry to immediately discover if per-tenant extensions (PTE) are not compatible with the next major release or with the current environment. This gives you (as a partner) the time to fix and refactor your code prior to breaking changes. More in details, from September 2023 you will have a set of new signals… Continue Reading demiliani’s Article...
Dynamics 365 Business Central: using the Performance Toolkit to discover performance regressions
Probably many of you knows that Dynamics 365 Business Central has a tool called Performance Toolkit Extension (BCPT). This tool is useful to test performances of a Dynamics 365 Business Central environment and to discover how your code changes can impact them. How to (I) use the BCPT tool? The recommended way to start with the BCPT tool is to install the Performance Toolkit extension… Continue Reading demiliani’s...
Novedades en Microsoft Sales Copilot
Durante le mes de julio y agosto Microsoft Sales Copilot antes llamado Viva Sales ha sido objeto de algunas mejoras interesantes. Primero un poquito de historia Para tener una comprensión clara de la evolución de Sales Copilot, vamos a comenzar con una breve cronología. En octubre del año pasado, en 2022, se presenta Microsoft Viva Sales, una solución centrada en la… Continue Reading Javier.Armesto’s Article on their blog...
Unlocking Multi Store Growth: Managing Multiple E-commerce Stores with BigCommerce
Unlocking Multi Store Growth: Managing Multiple E-commerce Stores with BigCommerce Continue Reading Parthiv K’s Article on their blog Unlocking Multi Store Growth: Managing Multiple E-commerce Stores with BigCommerce – GeoDataTek Explore the benefits, services, and strategies for managing multiple online stores to thrive in today’s digital landscape. Blog Syndicated with Parthiv K’s...
Analyzing Deadlocks in Business Central with Telemetry
Not too long ago, I was (and still am) challenged with analyzing deadlocks at a specific customer. And in all honesty – that was not easy, because, you know, deadlocks is something on SQL – and it’s not like we have a lot of access to SQL tools. What are deadlocks? I’m not going to lie – I can’t explain it better than Wikipedia does : In concurrent computing, deadlock is any… Continue...
Dynamics 365 Business Central: Query objects, AppSourceCop and breaking changes.
When developing Dynamics 365 Business Central extensions for AppSource, it’s mandatory to activate the AppSourceCop code analyzers in order to detect if your codebase is compliant with the AppSource rules. AppSourceCop is an analyzer that enforces rules that must be respected by extensions meant to be published to Microsoft AppSource. One of the feature of the AppSourceCop analyzer is that… Continue Reading...
Power Automate telemetry data with Azure Application Insights
Azure Application Insights is the Azure Monitor extension (service) for monitoring the performance of live cloud applications, collecting real-time telemetries and detecting anomalies. I think that everyone of you know that because this service is a foundamental part of a well-architected cloud solution and also for a well-architected Dynamics 365 Business Central ERP solution. But when… Continue Reading demiliani’s...
Using the Dynamic Data Type in KQL
Intro Lately I’ve been working more with telemetry, Application Insights, the excellent Power BI report and samples from Microsoft and writing a little KQL. Back in the days when you actually knew where your SQL server was I used to write a lot of ad-hoc SQL for analysis or troubleshooting so getting into KQL has been nice. KQL sort of looks like SQL…but with the SELECT and FROM clauses… Continue Reading...
Introducing ALDoc: a new command line tool for generating reference documentation for AL extensions
With the latest pre-release version of the AL extension, Microsot shipped a tool called ALDoc for generating reference documentation for AL extensions. The ALDoc tool generates documentation from symbolic and syntactical information, code comments, and overall application structure based on input .app file(s) and it permits also to generate an help site (private or public) with these reference… Continue Reading demiliani’s...
AI-Powered Trail Camera: Revolutionizing Wildlife Monitoring and Outdoor Surveillance
AI-Powered Trail Camera: Revolutionizing Wildlife Monitoring and Outdoor Surveillance Continue Reading Syed Mustafa’s Article on their blog AI-Powered Trail Camera: Revolutionizing Wildlife Monitoring and Outdoor Surveillance – GeoDataTek Discover how AI-powered trail cameras are revolutionizing wildlife monitoring and outdoor surveillance. Learn about advanced features, including intelligent object recognition, behavior...
Microsoft Dynamics Business Central Cumulative Update Summary for August 2023.
Hi Readers, A New Month and a new set of cumulative updates. Microsoft Have Released Cumulative Update for August 2023 for Business Central 14, 20, 21 & 22. Please find below the details of Cumulative Updates Released for Microsoft Business Central 14, 20, 21 & 22. Below are the Links to Download the Latest Cumulative Update. #msdyn365bc #cumulativeupdate Read Complete Article » Continue Reading Saurav Dhyani’s Article...
Dynamics 365 Business Central: introducing the new AllowInCustomization field property
Dynamics 365 Business Central 2023 Wave 2 release (version 23) will introduce the possibility to add any existing table field to a page via page customization (by users for their pages or by admins for a specific profile). This feature will be launched in the October release and listed as a “preview”. More in details, the feature plans are the following: From the Business Central web… Continue Reading...
How to use #msdyn365bc Email Send Overload.
Hi All, This week we are talking regarding emails from Business Central. First article in this series will discuss How to Use Email Send Overloads in Business Central Emails. Below tutorial explains How to use Email Send Overload. Source Code is available in GitHub – https://github.com/postsaurav/Community-Questions Please let me know your views and add your questions in comment to video or this…...
Flagging How Your Code Got Called
Sometimes it would be useful to know how your code has been reached. For example, how and why is this sales line being inserted, or this sales order released? You might want to react differently in your code depending on the situation. In my case I wanted to know if my code has been reached because a configuration package is currently being applied. In the end we decided this wasn’t needed… Continue Reading james’s...
Related Records in #msdyn365bc Email.
Hi All, This week we are talking regarding emails from Business Central. First article in this series will discuss How to Add Related Records in Business Central Emails. Below tutorial explains How to Configure Related Records in Business Central. Source Code is available in GitHub – https://github.com/postsaurav/Community-Questions Please let me know your views and add your questions in comment…...
Attach Report PDF in #msdyn365bc Emails.
Hi All, This week we are talking regarding emails from Business Central. First article in this series will discuss How to Add Report PDF in Business Central Emails. Below tutorial explains How to add Report PDF in Email Attachment. Source Code is available in GitHub – https://github.com/postsaurav/Community-Questions Please let me know your views and add your questions in comment to video or this…...
Email Body using Report Word Layout in #msdyn365bc.
Hi All, This week we are talking regarding emails from Business Central. First article in this series will discuss How to write Email Body from Report Word Layout in Business Central. Below tutorial explains How to use Word Layout for Email Body. Source Code is available in GitHub – https://github.com/postsaurav/Community-Questions Please let me know your views and add your questions in comment…...
🪧Toda aventura necesita un buen plan: Elección de atuendo o armadura.
Paseando por un suburbio de la ciudad especializado en atuendos para aventureros. Nuestro personaje observa las tiendas del comienzo de la calle, ve a un lado y a otro, establecimientos que ofrecen atuendos vistosos y funcionales. Rápidamente los descarta ya que son demasiado normales y aunque son funcionales sabe que necesita algo acorde a su clase y nivel . Tienen colores llamativos… Continue Reading Javier.Armesto’s...
Write Email Body from #msdyn365bc Business Central.
Hi All, This week we will be talking regarding emails from Business Central. First article in this series will discuss How to write Email Body from Business Central. Below tutorial explains How to Write Simple Email Body. Source Code is available in GitHub – https://github.com/postsaurav/Community-Questions Please let me know your views and add your questions in comment to video or this...
Send Email from #msdyn365bc Business Central.
Hi All, This week we will be talking regarding emails from Business Central. First article in this series will discuss How to send a simple Email from Business Central. Below tutorial explains How to Write Simple Emails. Source Code is available in GitHub – https://github.com/postsaurav/Community-Questions Please let me know your views and add your questions in comment to video or this...
Dataverse environment creation: use Powershell!
When you need to create a new Dataverse environment for a project, the classical way I see quite everyone doing is by going to the Power Platform Admin Center (https://admin.powerplatform.microsoft.com) and create a new environment from here: This is usually fine, but sometimes this method has a limitation that can have an impact on your project. When you create a new Dataverse… Continue Reading demiliani’s Article on...
Valhalla Awaits : Pre Vacation Recap
Mi Valhalla me esta esperando .Llega el merecido descanso, la necesaria desconexión pero antes os dejo una resumen de lo publicado en estos dos últimos meses. Los temas que he tratado ha sido principalmente estos: Azure AI – Copilot – Eventos de comunidad – Dynamics 365 Junio ¿Tienes en cuenta un enfoque responsable cuando piensas en IA generativa? Notas de… Continue Reading Javier.Armesto’s Article on...
📹📹Talk Comunity-Led Party Valencia Learn AI Skill by CirceAI
Lunes 31 de Julio – Online Si te perdiste el directo , no te preocupes aquí tienes la grabación de la sesión. ¿De que hablamos? Pues fue una sesión sobre los desafíos de IA que Microsoft ha lanzado para que obtengamos mas conocimiento sobre las tecnologías IA en Azure o Power Platform . Me acompañaron Celeste Sanchez, Miguel Llorca y Roberto Corella. Una sesión muy… Continue Reading Javier.Armesto’s Article on their...
📢 Virtual Agents wave 2 2023 :Novedades para Octubre
En Octubre están anunciadas algunas (pocas) nuevas características pero no por ello son menos interesantes. Es mas para mi son ,pero que ,muy potentes aquí os dejo un pequeño resumen: Migrar Bot Framework a Power Virtual Agents Los usuarios de Bot Framework a menudo le han pedido a Microsoft una solución de creación de bots alojados fácil de usar que les permita expandir… Continue Reading Javier.Armesto’s Article on their...
Dynamics 365 Business Central telemetry with Azure Managed Grafana: Private Access Setup
Probably many of you knows that for creating control dashboards for some Dynamics 365 Business Central SaaS tenants of for ISV apps I use Azure Managed Grafana, a managed service that enables you to run Grafana natively within the Azure cloud platform. I’ve blogged in the past here and here and I’ve also shared a free dashboard template. For supporting enterprise-level security also for… Continue Reading...
🛸 Azure Cognitive Service Vision : Next Stage.
Florence No, no quiero hablaros de esta monumental ciudad Italiana sino del Proyecto Florence del equipo de Microsoft ya que sustenta lo que para mi es uno de los servicios mas disruptivos de la actualidad si lo combinamos nos NLP y Azure Open AI. ¿Por cierto que os parece la versión de Florencia en versión Star Wars?
Dynamics 365 Business Central 2023 Wave 2 release: will it be the fastest release so far?
Some days ago Microsoft publicly releases the Release Wave 2 plans for Dynamics 365 and Power Platform products and also the Dynamics 365 Business Central Team announces the plans for the upcoming wave. There are lots of interesting features in this list, but I want to put the emphasys on some of them that can appear minor features but instead in my personal opinion they can change… Continue Reading demiliani’s Article on...
Microsoft Dynamics 365 2023 Release Wave 2 plan for Business Central
It’s that time again: the plan for the next wave is there! Erik Hougaard already covered the plan – and in good habit – I’ll do the same in blog-form (I still hate making videos – or getting content from watching them – I’m clearly getting too old ;-)). I’ll do as I always do: focus on what I’m interested in – give my own perspective – and basically ignore the...
Power Apps and secure implicit connections
When working with data connections in Power Apps, you can have “implicitly” or “explicitly” shared connections to external resources. An explicitly shared connection means that the end user of the application must authenticate to the back-end data source with their own explicit credentials. Usually this authentication happens behind the scenes as part of Azure Active Directory or… Continue Reading demiliani’s...
Data Upgrade – Business Central 14 To Business Central 22.
Hi All, For Performing Data upgrade from Business Central 14 to Business Central 22 follow steps as per the below video. Video steps can be followed if – No Customization in Business Central 14 C/AL.All Customizations in Business central 14 are in Extension. Please let me know your views and add your questions in comment to video or this article. Regards, Saurav Dhyani www.sauravdhyani.com Continue Reading Saurav Dhyani’s...
🛸New Video: Serie Azure OpenAI – Tutorial Como implementar Azure Cognitive Search
Nuevo Video en mi canal de YouTube. Os comparto el video que he publicado en el canal de YouTube Tech Sphere Dynamics. Tercer ñvideo de mi serie Azure OpenAI . Te cuento como comenzar a entender y configurar Azure Cognitive Search. Si no conoces este recurso puedes ver este post que he publicado recientemente
🚀Business Central y Consolidación contable en múltiples empresas : Lo que va a llegar.
La nueva función de Business Central permite consolidar datos contables de múltiples empresas en diferentes entornos sin tener que manejar archivos. Consolidación contable en múltiples empresas con Business Central Las empresas que operan a nivel internacional a menudo se enfrentan al desafío de consolidar sus datos financieros de diferentes entidades en una sola. Un proceso… Continue Reading Javier.Armesto’s Article on...
🛸Básicos de verano Microsoft IA: La Inteligencia Artificial Responsable (I)
¿Qué quiero contaros en en este post ? Como veis va a ser una serie de lecturas rápidas sobre IA Responsable. Concretamente en este post vamos a ver : Introducción ¿Qué es la Inteligencia Artificial Responsable Beneficios Introducción Navegando por la red buscando documentación técnica sobre Azure Open AI en estas ultimas semanas me he encontrado en muchas… Continue Reading Javier.Armesto’s Article on their blog 🛸Básicos...
Dynamics 365 Business Central: the strange “service optimization” message
I’ve received privately on LinkedIn the same question from some partners regarding the following message that sometimes could appear on some Dynamics 365 Business Central environments: What is this message? This message normally appears on the following situations: During the tenant update window for deploying hotfixes to the platform components. During the working hours… Continue Reading demiliani’s Article on their...
Microsoft Sales Copilot se come a Viva Sales
Introducción Hola, Microsoft ha lanzado Microsoft Sales Copilot. Esta ‘nueva’ herramienta ha integrado Microsoft Viva Sales y ha mejorado la IA generativa para aumentar la experiencia de ventas. Con Sales Copilot, se simplifican algunos procesos y se eliminan clics y pasos innecesarios. Más detalles a continuación: ¡Pero espera un momento! Antes de profundizar, hablemos sobre la… Continue Reading...
GeoDataTek’s Read-Write Functionality Bundle on Pimcore Product Experience Portal (PXP)
GeoDataTek’s Read-Write Functionality Bundle on Pimcore Product Experience Portal (PXP) Continue Reading Vikash Perumal’s Article on their blog GeoDataTek’s Read-Write Functionality Bundle on Pimcore Product Experience Portal (PXP) – GeoDataTek Unlock the full potential of your Pimcore Product Experience Portal (PXP) with GeoDataTek’s read-write bundle. Streamline content management, make real-time updates, and...
🛸New Video: Serie Azure OpenAI – Creando los recursos Azure para probar Azure OpenAI con tus propios datos.
Nuevo Video en mi canal de YouTube. Os comparto el video que he publicado en el canal de YouTube Tech Sphere Dynamics. Segundo video de mi serie Azure OpenAI . Ay quedan unos poquitos mas pero uno detrás de otro jeje Empezamos con la creación de los recursos Azure que vamos a necesitar porque vamos a necesitar montar algunas cositas interesantes. Ready? …vamos a ello!!! < div class=”wp-block-embed__wrapper”>...