Search code examples
visual-studio-2013axaptax++dynamics-ax-2012

How to add new parameter to existing SSRS Report


I'm trying to add a new Parameter called CorporateIdentity to the SalesInvoice report in dynamics. I've added the parm***() method to SalesInvoiceContract and compiled the Contract, the Controller and the DataProvider forward.

But I can't get the parameter to show up in Visual Studio. I've tried refreshing the DataSources. I've tried deleting and recreating one of the DataSources. I've tried to create the Parameter manually.

How can I get this parameter to show up?


Solution

  • The answer was to perform an incremental CIL. Some other things to try are listed below.

    • Have you performed an incremental CIL?
    • Did you try refreshing your caches (Tools>Caches, just do all of them)?
    • Try restarting the AOS service and the SSRS service.
    • Is your WCF data up to date in your AXC file?
    • Try clearing your usage data and AUC/KTI files.

    There are all sorts of weird things to try, but I listed them in order of what I would try ... no need to do them all if one step works.