AX Archives | Cloudfronts - Microsoft Dynamics 365 | Power BI | Azure

Tag Archives: AX

How to Add Workflow form for D365 finance and Operation modules

In D365 Finance and Operation for some modules, there is no Workflow setup. eg:- Inventory management module. In such a case, we need to perform the following steps after which you can see the workflow setup form which will include all the workflows for that specific module. First, we need to add the Display menu … Continue reading How to Add Workflow form for D365 finance and Operation modules

Error “A reference to ‘xyz ‘ is required to compile this module” solution

Many of the time while building project/solution we came across the “reference is required to compile this module error”. The reason behind this error is that your module’s reference package is missing the required package. In error itself, the missing module can be rectified as shown for example in following screenshot reference to “SourceDocumentationTypes” is … Continue reading Error “A reference to ‘xyz ‘ is required to compile this module” solution

Change Tracking for Data Entities in D365 Operations

Introduction: In this blog article, we will see how we can track changes in data made since last export using Data Entities in D365 Operations. It is basically an SQL Change Tracking feature. Steps: Go to Data Management -> Data Entities. Select the Entity for which you want to enable Change Tracking. In the Action … Continue reading Change Tracking for Data Entities in D365 Operations

Fetch Hierarchical data for Product Category in Dynamics 365 Operations

Introduction: In this blog article, we will see how we can fetch hierarchical data using X++. How to fetch? We will take a scenario where we will pass a category hierarchy and will fetch all categories of that hierarchy and its child category. public class ProductCategoryHierarchy {     EcoResCategory    category;      public void ParentCategory()     … Continue reading Fetch Hierarchical data for Product Category in Dynamics 365 Operations

SEARCH :

FOLLOW CLOUDFRONTS BLOG :

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close