Dynamics AX 2012

Ax Pre Production Environments
Deployment, Dynamics AX 2012, Infrastructure, Technical (AX 2012)

AX 2012: Automated build deployment process

Purpose: The purpose of this document is to describe how we can deploy automated builds to different Dynamics AX pre-production environments so that newly developed features could be rolled-out for UAT. The document also illustrates how version controlling by TFS and data migration activities fit into the big picture. Business requirement: Ability to release, deploy automated builds […]

thumbnail 01
AIF, Development (AX 2012), Document Service, Dynamics AX 2012, Technical (AX 2012)

AX 2012: Create AIF document service

Purpose: The purpose of this document is to illustrate how we can develop AIF document service, what are the important methods available that can be overridden to do the customization and finally how we can consume/unit test the document service through an external .NET application. Business requirement: Ability to integrate Dynamics AX with external systems.

thumbnail 01
AIF, Custom Service, Development (AX 2012), Dynamics AX 2012, Technical (AX 2012)

AX 2012: Create AIF custom service

Purpose: The purpose of this document is to illustrate how we can develop AIF custom service. Business requirement: Ability to integrate Dynamics AX with external systems. Assumptions: Application Integration Framework has been configured to process inbound and outbound messages. Development: Create a data contract class. Use [DataContractAttribute(‘Name’)] attribute to indicate class represents data contract. Use [DataMemberAttribute(‘Name’)]

thumbnail 01
Development (AX 2012), Dynamics AX 2012, Technical (AX 2012), X++

AX 2012: Open fiscal periods in X++

Purpose: The purpose of this document is to describe how we can quickly open fiscal periods through X++. Development: // Developed on 28 Dec 2015 by Muhammad Anas Khan // Blog: dynamicsaxinsight.wordpress.com // LinkedIn: pk.linkedin.com/in/muhammadanaskhan // Description: Ability to confirm purchase order static void MAKOpenFiscalPeriods(Args _args) { FiscalCalendarPeriod fiscalCalendarPeriod; LedgerFiscalCalendarPeriod ledgerFiscalCalendarPeriod; ttsBegin; //Open fiscal periods

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

AX 2012: Customize DIXF for cross-company import

Purpose: The purpose of this document is to demonstrate how we can customize DIXF (Data Import Export Framework) to import customers across the companies. The standard DIXF can only import records in the current company/legal entity. Customization will allow us to perform cross-company data import. Business requirement: Ability to import customers through DIXF across the companies. Assumptions:

thumbnail 01
AIF, Development (AX 2012), Document Service, Dynamics AX 2012, Technical (AX 2012)

AX 2012: Trigger AIF Document Service Outbound Message in X++

Purpose: The purpose of this document is to illustrate how we can trigger the generation of AIF document service outbound message in X++. Business requirement: Ability to generate an AIF outbound xml message on demand. Assumptions: Outbound port is configured using file system adapter. Development: Please find the job below to trigger an AIF document

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

AX 2012: Print SSRS Report in PDF to Disk

Purpose: The purpose of this document is to illustrate how we can print an SSRS report in PDF format to disk or file-system in X++. Business requirement: Ability to print an SSRS report in PDF format to disk or file-system automatically. Assumptions: SSRS report is successfully deployed to the report server. Development: Please find below the job

Scroll to Top