Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 72043

Edit Purchase order Confirmation Report

$
0
0

Hello every one,

i'm trying to change purchase order Confirmation report , i'm already duplicate (purchpurchaseorder) report and edit the design  and also added this class

class modPrintMgtDocTypeHandlersExt
{
    
    [SubscribesTo(classstr(PrintMgmtDocType), delegatestr(PrintMgmtDocType, getDefaultReportFormatDelegate))]
    public static void getDefaultReportFormatDelegate(PrintMgmtDocumentType _docType, EventHandlerResult _result)
    {

             case PrintMgmtDocumentType::PurchaseOrderConfirmationRequest:
                _result.result(ssrsReportStr(PurchPurchaseOrdeNew, Report));
                break;
            case PrintMgmtDocumentType::PurchaseOrderRequisition:
                _result.result(ssrsReportStr(PurchPurchaseOrdeNew, Report));
                break;

     }

}

and also change it in form setup but nothing changes in the layout


Viewing all articles
Browse latest Browse all 72043

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>