Is there in any version of AX a way to extend a report from a already created report?
Something like this:
public class PurchPurchaseOrder2 extends PurchPurchaseOrder
{
}
I try with AX3 without success , but It might work in 2012
I just want to know if possible, thanks