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)
Batch Job errors in D365FO: How they can ruin the performance and how to fix them

In the current version of Dynamics 365 for Finance and Operation, Microsoft introduced an updated batch job processing logic with several main changes: No dedicated AOS services Batch retries concept D365FO batch jobs run in the cloud, and somet...

Denis Trunin 175
Like (0)
Improve the speed for BACPAC database restore from Tier2 to Tier1

Accurate data on D365FO DEV VMs can be vital for the development process, especially during the Go-Live and Support phases. One of the issues is that development VMs use SQL Server and UAT/PROD environments use SQL Azure as a database. So to get ...

Denis Trunin 175
Like (0)
Understanding Dynamics 365FO different Tiers performance

ERP system performance is always an essential topic in system implementation. And with the cloud systems, it is even more complex as we have different system tiers. General planning is described in the following docs article: Environment Plannin...

Denis Trunin 175
Like (0)
D365FO upgrade. Transfer attachments from AX2012

An attachment migration procedure is one of the tricky parts you may face during the AX2012 - D365FO project upgrade. In this post, I describe an Attachment export/import journal solution for doing such migration. D365FO At...

Denis Trunin 175
Like (0)
Dynamics AX performance monitoring: missing indexes

Proper SQL indexes play a vital role in the performance of Dynamics AX(or D365FO on-premise). Even one query that doesn't have appropriate indexes may slow down the system and increase the load on the SQL Server. In this post, I want to descri...

Denis Trunin 175
Like (0)
XppInteg - Import purchase orders from XML files into D365FO

This post extends my several previous posts but with another messages format. We use an XML format and try to import files in X++ from Azure File Share and create purchase orders. I use a very simplified example of integration with the INFOR syste...

Denis Trunin 175
Like (0)
XppInteg - Azure Service Bus integration solution for Dynamics 365 FinOps

This post extends my previous post How to implement file-based integration in Dynamics 365 FinOps using X++ but with another way to transfer messages. As the file-based approach still may work for many cases, in the cloud world, we have a lot of o...

Denis Trunin 175
Like (0)
Working with LedgerDimension values from posted transactions in D365FO

Recently we faced and fixed an interesting bug. We had a custom procedure that reversed a posted ledger journal. The logic of this procedure is quite simple - take the existing values from LedgetDimension fields for posted lines and create the sam...

Denis Trunin 175