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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (1)
ID assignment in composite entity

When importing a composite entity with headers and lines to D365 F&O, you can let the system assign IDs and apply them to both headers and lines. For example, I can import the following file with sales order data:

Martin Dráb 240,165 Most Valuable Professional
Like (0)
Supporting conditions in print management

Print management in F&O (as well as in Dynamics AX) allows you not just to select the report design, print destination etc., but also do it conditionally, e.g. you may want to use different designs or footer texts for certain customers. In print m...

Martin Dráb 240,165 Most Valuable Professional
Like (1)
SysMock in D365FO

This post is about mock objects for unit testing in Dynamics 365 Finance and Operations, using the existing SysMock library. Mock objects are used to mimic behaviour of real objects to isolate the parts of code you want to test, to simplify test s...

Martin Dráb 240,165 Most Valuable Professional
Like (1)
Dependency injection in automated tests

When writing automated tests with SysTest framework, you often want to isolate the part you’re testing from the rest of the system. Otherwise your tests may fail for reasons unrelated to what you’re testing, you need to configure things that you a...

Martin Dráb 240,165 Most Valuable Professional
Like (0)
Process exceptions inside transactions

D365 F&O doesn’t allow you to catch (most) exceptions inside database transactions. But there is a way how you can work with exceptions there. For example, I have some logic using Message processor and I noticed that the processor ignores CLR (.NE...

Martin Dráb 240,165 Most Valuable Professional