As you probably know, approximately in one year after the release of version 10.0.41, support for inventory transactions support for internal warehouse operations will be removed and all customers will be required to move to warehouse-specific inventory transactions for tracking on-hand inventory for internal warehouse operations.
D365 SCM. Deprecation of inventory transactions to track on-hand inventory in internal warehouse operations.
Changes to "Found" cache type in version 10.0.44
It seems that Microsoft will release a fix for a cache performance in version 10.0.44. (https://fix.lcs.dynamics.com/Issue/Details/?bugId=976894&dbType=3)
Based on the description of the fix, currently, any insert operation is flushing everything from the found cache, across all AOSes. When a record is inserted into another AOS, then the cache is flushed. In fact, it means that each AOS has to recache the data.
As far as I know, today any update/insert/delete triggers an update in SysCacheFlush, forcing other AOSes to flush whatever data they have cached.
I guess, the fix is to stop flushing for inserts on Found cached tables. Therefore, an insert into a table where found data is cached will not require any cache invalidation (flushing).
Visual Studio 2022 requirements to upgrade Tier-1 environments (CHE) to version 10.0.44.
If you are going to upgrade your developer cloud-hosted (OneBox) environments to version 10.0.44, you may face an issue at step 27. The issu...
-
When I ran data upgrade using Data Upgrade 10.0.41 package, I faced an issue: Executing step: 3 GlobalUpdate script for service model: AOSSe...
-
Overview As you may know, the system has batch tasks functionality . It can be used to create a chain of operations if you want to set an or...
-
As you may know the development environment can be hosted on LCS or deployed as virtual machine on your laptop. In my case, I use the laptop...