Skip to main content
Post a question

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id : GU0xJlLJLnyrmmuas8/1MW

Finance | Project Operations, Human Resources, AX, GP, SL

Sertan's dev.blog on Dynamics AX

Dynamics 365 Community / Blogs / Finance | Project Operations, Human Resources, AX, GP, SL / Sertan's dev.blog on Dynamics AX

Featured

Latest blog posts

View all
01 May 2021
Like (1)
X++: How to get the D365FO URL correctly inside backend services

You may need to retrieve the URL of the D365 FO instance for logging or integration purposes, or for generating deep links. D365 FO foundation package provides you the URLUtility::getUrl() method for this. However this FO standard method does not...

Tayfun Sertan Yaman 280
11 Jan 2021
Like (0)
How to integrate Dynamics AX 2012 with Azure and Power Platform

Newest Dynamics 365 Fin & Ops platform brings us many direct integration possibilities with Azure and Power Platform, but in older Dynamics AX 2012 we do not have that much. So, how can we achieve same integrations possibilities with the old ...

Tayfun Sertan Yaman 280
21 Aug 2020
Like (0)
How to integrate with Dynamics 365 for Finance and Operations

In this post I will give an up-to-date overview of D365 Finance and Operations integration options, mentioning their methods of integration and advantages and disadvantages of every integration method compared to each other. I will also give you ...

Tayfun Sertan Yaman 280
27 Sep 2019
Like (0)
Dynamics AX Table Caching with Examples Part 1 – Basics, Found, Found and Empty

In this blog series we will have a deeper look into the Dynamics AX table caching system, which is an essential for writing Dynamics AX solutions that perform well and generally overlooked by programmers. We will have look at that feature step by ...

Tayfun Sertan Yaman 280
27 Sep 2019
Like (0)
Dynamics AX Table Caching with Examples Part 2 – Not in TTS and Entire Table cache

In this part of the series, we will look deeper into the table caching methods of Not in TTS and Entire table. CacheLookup : Not in TTS Now let’s have a look at the most confusing method of caching in AX, the NotInTTS method. This method is very s...

Tayfun Sertan Yaman 280
27 Sep 2019
Like (0)
Using .NET Custom Form Controls on Dynamics AX Forms, A Custom .NET Color Selector...

From on Dynamics AX 2012, it is possible to add any .NET Windows Forms control to Dynamics AX Forms and use it directly inside Dynamics AX, which adds much more power and flexibility especially on scenarios that standard AX controls does not solve...

Tayfun Sertan Yaman 280
27 Sep 2019
Like (0)
How to draw on a Dynamics AX form window control using .NET drawing functions

Dynamics AX has a standard window control which you can display images or draw simple figures and bitmaps using WinGDI class of the Dynamics AX. Those class methods use standard low level Windows GDI drawing functions and do not support many of th...

Tayfun Sertan Yaman 280
27 Sep 2019
Like (0)
How to work with files in AX 7 Part 1 – upload, download, read and store files in DB

Ability to work with local files and folders in the new cloud based AX7 (which we used to do with WinAPI class methods) is now depreciated. Instead, we have some new options for working with files on the cloud environment like Azure BLOB storage, ...

Tayfun Sertan Yaman 280