AX 2012, D365F&O, Developer

How to create Extended Data Types – Microsoft Dynamics AX

What is an Extended Data Type? Extended Data Types are commonly mentioned as EDTs. They extend base types, such asStrings, and Integers, by adding properties that affect the looks, behavior, data(size), and table reference/relationships. This means we can have types like Customeraccount that has a label, size, table relation information, and other properties that provideconsistency… Continue reading How to create Extended Data Types – Microsoft Dynamics AX

AX 2012, Developer

Difference between RunBase and RunBaseBatch class – AX 2012 Or Dynamics 365 F&O

Difference between RunBase and RunBaseBatch class - AX 2012 Or Dynamics 365 F&O RunBase: To create a job or an Action class - a program that carries out processes, such as accepting parameters from the user and then updating records in the database - you use the RunBase framework. The framework is implemented by the RunBase… Continue reading Difference between RunBase and RunBaseBatch class – AX 2012 Or Dynamics 365 F&O