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

Notifications

Announcements

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
D365 Sales Table: 2 new performance improvements in 10.0.46

I see 2 new parameters in 10.0.46, that I think can improve the usability when searching for sales orders. The “Max. number of sales orders in list” is maximum number of sales orders that can be displayed in the All sales orders and Sales order de...

Kurt Hatlevik 2,067
Like (0)
D365 : Be careful with hash encoding

We in Scandinavia love our “Æ,Ø,Å”. They enrich our language, but they can cause issues in Dynamics 365 F&O. Here are one specific example; When using Unified Pricing Management we can have attributes controlling pricing. Often the attributes have...

Kurt Hatlevik 2,067
Like (0)
D365 : SysObsolete and flighting

SysObsolete is an X++ attribute used to mark classes, methods, fields, or enums as deprecated. It signals to developers that an element should no longer be used and may be removed or replaced in a future release. When applied, the compiler emits w...

Kurt Hatlevik 2,067
Like (0)
D365, DevOps and GIF-it

“A picture can tell more than a 1000 words.” But a video can tell even more.(Unless it is fake AI generated). When implementing Dynamics 365 we often use DevOps to document requirements, tasks and bugs. But did you know there is a very quick and e...

Kurt Hatlevik 2,067
Like (0)
D365 and the quick ‘ping’ performance test

Did you know there is a very easy way to check if your core D365 database are performing OK. Use the tool ‘Run performance test‘. There are no need to enable every test. Just focus on the insert of 1000 records. What is shown is the number of mill...

Kurt Hatlevik 2,067
Like (0)
D365 and the performance of app.css

Each time you load a D365 form som scratch, and you take a view in F12, you will see that there are a lot of calls happening, but one of them, that often stands out are App.Css. app.css may look like “just a stylesheet,” but it’s a foundational pa...

Kurt Hatlevik 2,067
Like (0)
D365 : Why is SysDA uptake so slow ?

SysDA is a data access abstraction layer. Instead of writing raw SQL or direct select statements, SysDA lets developers build queries through objects (SysDaQuery, SysDaSelect, SysDaWhere, etc.). Some benefits are: It essentially converts X++ query...

Kurt Hatlevik 2,067
Like (0)
D365 : PERF_INVENTDIM_INVENTSUM, and PERF_INVENTDIM_WHSINVENTRESERVE

If you look into where your DB is going, then in some cases the following two views pop’s up as occupying quite a lot of space: PERF_INVENTDIM_INVENTSUM, and PERF_INVENTDIM_WHSINVENTRESERVE At one customer they took :AXDB.PERF_INVENTDIM_INVENTSUM ...

Kurt Hatlevik 2,067