Creating basic drill through reports in Dynamics Ax 2012 R3 is really simple. Consider following scenario where we have to show the list of customer and their sales Orders in particular legal Entity. In this report when User click on customer account, a new report open which contains list of all possible sales Order.
For this Purpose I created two Static/AOT queries. First for Customer, and second for Sales Order.
Customer Query is as follow.
Create a new AOT query with Name DyWorldCustomerList...(read more)
↧