-
The concept behind financial dimensions and how to make the correct setup
At the beginning of the new year, most companies perform year-end closing activities that close the fiscal year and bring out the profitability, losses, strengths, and weaknesses of the past year. Usually, all of this can be seen through financial reports, but the depths of these reports can lead to inaccurate decisions due to the
January 9, 2023 -
Extensibility of a class state: Adding new variables in a macro using SysPackExtensions framework
Тhe exchange of knowledge, skills and experiences of employees is one of our main priorities. In this blog post, we share another fix to a challenge of one of our colleagues encountered in his everyday tasks. Very often we have a business requirement that when a user opens a dialog for the first time and
November 15, 2022 -
Microsoft Dynamics 365 Finance and Supply Chain ERP is named a leader in Nucleus Research 2022 Enterprise ERP Study
This year Nucleus expanded its evaluation to specifically look at ERP vendors with a proven track record of servicing organizations with over $500M in annual revenue on the functionality and usability of their solutions, as described by their customers. “With system integrators and consultants around the globe stretched thin, customers must have confidence
August 4, 2022 -
update_recordset from a query in D365
There is a update_recordset method built on the global Query object which can be used for quick updates in a single database trip of all the records that the query would retrieve without traversing through them. We can use it on the pre-built query or we can build it in our code. The
July 28, 2022 -
2022 release wave 2 plans for Power Platform and Dynamics 365 are here
On July 12, Microsoft published the newest release wave 2 plans, describing the new features releasing from October 2022 through March 2023 for Microsoft Power Platform and Microsoft Dynamics 365. The second release wave of the year has a lot of new features and enhancements, demonstrating the continued investment in digital transformation for
July 18, 2022 -
Running X++ scripts and jobs in an environment with 0 downtime
This blog post is about exploring the new Microsoft feature that allows you to run X++ jobs on PROD and non-PROD environments without release and with 0 downtime. In 10.0.25 you can run simple X++ scripts on a production environment without any downtime. This feature lets you run custom X++ scripts without having
June 6, 2022 -
Export multiple CSV files in one go
One of our colleagues recently had a requirement for having a dialog form with multiple toggle buttons to export several different files. So, the standard procedure for exporting to CSV in D365 is: to create a ‘CommaStreamIo’ object, fill it with data and then send a file to the user (File::SendFileToUser(stream, filename)) which file then
May 13, 2022 -
Performance Improvements
Measuring the output of a business process or procedure, then adjusting the process or procedure to enhance the output, increase efficiency, or raise the effectiveness of the process or procedure is known as performance improvement. In this post we are sharing with you, what is performance optimization, the importance of system performance for any
April 21, 2022 -
Send а file to the SFTP server
Knowledge sharing is one of the basis and an everyday practice between our team members. So, we decided to share another fix to a challenge one of our colleagues encountered in his everyday tasks as a requirement for the client. Hopefully, this blog post will help you as well. Recently we got a
April 13, 2022 -
Block invoicing price updates on intercompany sales orders
It could happen that inventory adjustment journals are created after an intercompany sales order is created with picking list generated and packing slip posted for the same item in the order and different price. This by it self doesn’t create a problem until the IC order has to be invoiced which updates the order lines
March 21, 2022