
Get the dynamic X demo virtual machine from the site, purchase for $110 via Stripe, and download the required files and the demo license from Google Drive.
Master report server configuration and setup for Dynamics AX 2012 R3, deploy and validate reports, and manage security, permissions, and deployment through the report manager and configuration manager.
Create a new private project and build a report query for MS Dynamics AX 2012 R3 by selecting sales header and sales line, establishing relations, and configuring fields for deployment.
Create an auto design report in Dynamics AX by building a new report model, selecting fields, applying groups, deploying, and running the demo sales report to view generated data.
Explore sorting and filtering a Dynamics AX 2012 R3 report, add a header with key fields, and group by sales order to improve readability and redeploy the report.
Design and customize a query report in dynamics ax 2012 r3 using persistent design, adding fields like item, quantity, and price, then deploy to the report server and adjust layout.
Format line numbers by removing decimals, group details by sales order with a group header, and adjust margins and paper size for correct print previews in AX 2012 R3.
Design and format a clean report header and footer in MS Dynamics AX 2012 R3, align margins, display date fields, and deploy the polished report for printing.
Learn how to create a temporary table to hold ssrs report data in a Dynamics AX 2012 R3 project, including header, line, and related fields for invoice analytics.
Explore the data contract class in x++ for MS Dynamics AX 2012 R3 report development, showing how the contract defines report data, contract and member attributes, and serialization.
Create a data contract class marked with the contract attribute to serve as the barometer, define an invoice parameter with a member attribute, and implement validation to prevent empty invoices.
Master how a controller class controls report execution and processing, and how it modifies queries, parameters, dialogues, printing, and design switching based on user input or company.
Develop a controller class to manage report logic, leveraging the contract class and a barometer validation to tailor the report by the current company, via a static main entry point.
Explore how the RTP class handles complex report logic for the societies report using a barometer and attributes, with optional pre process and data provider extensions.
Create and extend a report data provider class to manage data for AX 2012 R3 reports, configure table buffers, contracts, and the report data set attributes.
Insert data into header and footer temp tables for MS Dynamics AX 2012 R3 reports by setting invoice data, currency code, delivery details, and selective fields.
Demonstrates inserting invoice data into the sales invoice temp table by looping invoice lines, selecting fields like invoice date, amount, quantity, price, and tax, and processing the report.
Create an RDP SSRS report project in Visual Studio, configure a report model, set up data sources, datasets, and header and footer for a Dynamics AX 2012 R3 report.
Learn to design a precision report in ms dynamics ax 2012 r3 by creating headers and footers, adding fields, configuring layout, grouping, page breaks, and deploying the report.
Add a header and footer to the report in MS Dynamics AX 2012 R3, insert text boxes for invoice data and totals, and deploy after testing with print preview.
Add company info fields to the report header and delivery address in a Dynamics AX 2012 R3 invoice project, synchronize changes, and debug deployment for complete output.
Debug and fix ax 2012 r3 report to correctly display the company name, the company address, and the delivery address by adjusting the header layout and print formatting.
Switch the report design based on the current company using the controller, create per company formats, adjust the header, and deploy the chosen design.
Learn basic customization of the existing sales invoice report in Dynamics AX 2012 R3, including selecting the invoice, editing in Visual Studio, backing up, and deploying the modified report.
Customize the existing purchase order report in MS Dynamics AX 2012 R3 by editing the report design, adding or removing fields, and updating text for print and confirmation.
Explore advanced report customization in Dynamics AX 2012 R3 by adding a new menu item to print a custom invoice report and updating the controller and invoice classes.
Add a new report design to the sales invoice by editing the Dynamics AX 2012 R3 model project, deploying the report, and linking it to invoice printing.
Create and save a new custom base enum for report printing, assign integer values to invoice-related variants, and prepare for applying the enum to customized printing in the next lecture.
Learn how the PrintMgmtReportFormat table stores default report information and how to add a custom report by updating the populate method in print management setup.
Modify the PrintMgmtDocType class to return a default report for a custom document type by using a switch statement to map document types to report names in print management.
Add a menu item to the invoice journal in MS Dynamics AX 2012 R3 by duplicating a button and wiring its click to a sales invoice demo via a controller.
Modify the sales invoice controller to print country-specific reports by passing menu item arguments, selecting default or demo invoices, and using the form letter report for US and other regions.
Modify the FormLetterReport class by updating its constructor, create and customize a custom report document, and ensure all related classes and forms are added to the current project.
Duplicate and rename the report class to SalesFormLetterReport_InvoiceDemo, control print management documents, compile the custom invoice report, and add menus to demonstrate a tailored invoice demo.
Add a custom field, the customer reference, to the sales invoice report by updating the header and footer, then deploy and verify the updated output.
In this course you will learn about Microsoft Dynamics AX 2012 R3 Report Development & Customization. We will start from very basic of report development and by the end of this course you will be familiar with Microsoft Dynamics AX 2012 R3 Report Development and Customization.
Before you start this course it is recommended you have successfully completed Microsoft Dynamics AX 2012 R3 Development - Level 1 and course. It is not compulsory but it is highly recommended that you have the basic knowledge of Microsoft Dynamics AX 2012 R3 Development and Programming.
After completing this course you will be very comfortable with getting started with Microsoft Dynamics AX R3 Report Development and Customization.