Dynamics AX 2012

thumbnail 01
Development (AX 2012), Dynamics AX 2012, Technical (AX 2012), Workflow

AX 2012: Create Custom Workflow

Purpose: The purpose of this document is to describe how we can develop a custom workflow template. Business requirement: Ability to have approval process for customers. Standard AX does not offer any workflow for customers approval out-of-the-box. Unit testing prerequisites: The following steps must be completed before a workflow can be unit tested. Configure workflow execution

thumbnail 01
Administration, Development (AX 2012), Dynamics AX 2012, Technical (AX 2012), Troubleshooting, Workflow

AX 2012: Workflow execution account is not valid

While performing Workflow Infrastructure Configuration, you might face the following exception: Exception: The user account entered for the workflow execution account is not valid. Confirm that the account exists and is enabled. Resolution: Please perform the following steps to resolve the issue: 1. Click System administration > Setup > System > System service accounts. 2. Specify

thumbnail 01
Development (AX 2012), Dynamics AX 2012, Forms, Technical (AX 2012)

AX 2012: Enable Disable Buttons on PurchTable SalesTable Forms

To enable/disable buttons on PurchTable/SalesTable form, you can customize their respective interaction classes: 1. Classes\PurchTableInteraction 2. Classes\PurchTableInteractionHelper 3. Classes\SalesTableInteraction 4. Classes\SalesTableInteractionHelper Let’s say, for example, I want to enable the Configure line button under Product and Supply menu: All you need to do is to find and customize the right method which controls the enabling/disabling

thumbnail 01
Development (AX 2012), Dynamics AX 2012, SSRS Reports, Technical (AX 2012)

AX 2012: Chart in SSRS Report

Prerequisites: 1. Reporting services extensions must be installed 2. Visual Studio tools must be installed 3. Dynamics AX should be connected to Reporting services instance In this post we’ll learn how to create data visualization in SSRS report using Pie or Doughnut chart. We’ll be creating a query based AutoDesign report. This is how our report will

Scroll to Top