Using customs services is the most flexible and customized way to integrate with D365F&O. Custom services are created with X++ code and can be used for both data-based, and operation-based integrations. In this post I will show you how to create a custom service in D365 f&o using x++ language. In order to create a… Continue reading How to create a custom service in D365 F&O
Category: AX 2012
Create new inventory dimension in D365 F&O.
Short intro of Inventory Dimensions. If we look at the InventDim table, the fields can be split up in 3 groups: Product DimensionsTracking DimensionsStorage Dimensions Apart those three groups are also 12 unassigned generic dimensions: InventDimension1 to InventDimension12. In the tracking dimensions group, fields InventProfileId_RU and InventOwnerId_RU are specified for Russian localization. those can be… Continue reading Create new inventory dimension in D365 F&O.
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
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