web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
New Functionality In Microsoft Dynamics 365 Business Central 2025 Wave 2: Use the ...

This post is part of the series in which I am taking a look at the new functionality introduced in Microsoft Dynamics 365 Business Central 2025 Wave 2. The 91st of the new functionality (originally in the section, although Microsoft sometimes move...

Ian Grieve 22,784
Like (0)
🧩Fixing “Missing appid on table extension metadata” Error in Business Central

Recently while running a tenant synchronization in Microsoft Dynamics 365 Business Central (on-prem), I encountered an error during the Sync-NAVTenant process: This error typically occurs during tenant synchronization and can halt your deployment ...

Amol Salvi 18,698
Like (0)
Time Entry Delegation (Preview) in Microsoft Dynamics 365 Project Operations

IntroductionIn this blog, I’m going to talk about another productivity-boosting enhancement in Dynamics 365 Project Operations, the Time Entry Delegation (Preview) feature. This feature, released as a production-ready preview on September 24, 2025...

Gupta Kuldeep 2,060
Like (0)
🔐 Partial Masking in Business Central: Smart Data Protection 👀

🔐 Partial Masking in Business Central: Smart Data Protection 👀(English version) 🔐 Enmascaramiento parcial en Business Central: Protección de datos inteligente 👀 Business Central en su versión BC27 introduce la propiedad MaskType, una nueva car...

Gerardo Rentería Ga... 23,663 Most Valuable Professional
Like (0)
Understanding LLM performance degradation: a deep dive into Context Window limits

Large Language Models (LLMs) have revolutionized how we interact with AI, but they come with a critical constraint: the context … More [https://demiliani.com/2025/11/02/understanding-llm-performance-degradation-a-deep-dive-into-context-window-limi...

Stefano Demiliani 37,166 Most Valuable Professional
Like (1)
Understanding Data Archive (Codeunit 600) in MS Dynamics 365 Business Central

Imagine you have a filing cabinet full of old customer records. Your boss says "Delete everything older than 5 years to save space." But what if the auditors come next year and ask for those records? You need them gone but also kept. That's exactl...

Jeffrey Bulanadi 8,435
Like (0)
How to prevent uploading a malicious file to Dataverse

Today, we will learn how to make a simple (a low-code approach) way to do prevention of uploading malicious files into Dataverse using SharePoint! Did you know that, by default, all the files that we upload to SharePoint will be scanned automatica...

Temmy Wahyu Raharjo 2,916
Like (0)
Dynamics 365 Xrm.WebApi CRUD Operations Samples and Tips

1 — Quick overview Xrm.WebApi (v9) exposes client-side methods that return Promises (so they are asynchronous). Main methods you’ll use: 2 — Create (insert) a record Notes: 3 — Retrieve a single record 4 — Retrieve multiple records 5 — Update a re...

Dynamics Services G...