web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Not able to run the Cust aging Report after customization.

(0) ShareShare
ReportReport
Posted on by 87

Hi Team,

I have added one field in Customer Aged Report. I deployed my customized report. But i am getting this message(Attached image) and the report is not opening properly.

Please help me on this. Why is this happening

pastedimage1606723678585v2.png

Regards

Neeraj

I have the same question (0)
  • WillWU Profile Picture
    22,361 on at

    Hi NeerajSingh,

    Did you debug your code? Did you get any error message?

    Please provide more details about your customization.

    You could try to re-deploy the report and restart SSRS service.

  • NeerajSingh Profile Picture
    87 on at

    Hi Will,

    I am trying to add one field PaytermId in the Customer Aging Report. For this i did these changes:

    1.  Created the extension of temp table CustAgingReportTmp and  added field Payterm id in it.

    2. Created extension of DP class and added this piece of code:

    [ExtensionOf(classStr(CustAgingReportDP))]

    final class CustAgingdp_Extension

    {

       /// <summary>

       ///

       /// </summary>

       /// <param name="args"></param>

       protected CustAgingReportTmp insertCustAgingReportTmp(boolean _reverseAmountsAndHeadings)

       {

           next insertCustAgingReportTmp(_reverseAmountsAndHeadings);

           custAgingReportTmp.PaymTermId = CustTable::find(custAgingReportTmp.Custaccount).PaymTermId;

           return custAgingReportTmp;

       }

    }

    3. Created extension of controller class and added this piece of code:

    class CustAgingControllerExt extends CustAgingReportController

    {

       public static CustAgingControllerExt construct()

       {

           return new CustAgingControllerExt();

       }

       public static void main(Args _args)

       {

           SrsReportRunController controller = new CustAgingControllerExt();

           controller.parmReportName(ssrsReportStr(APUKCustAgingReport,

                                                                                  DesignWithNoDetailAndNoTransactionCur));

           controller.parmArgs(_args);

           controller.parmShowDialog(false);

           controller.startOperation();

       }

    }

    4. Created copy of the CustAged report abd changed its name. And then restore the custageingreport. I am able to get the field. And added it to design.

    5. Created extension of menu item "CustAgingBalance", and selected the newly created controller class.

    6. Deployed the report.

    But i am not able to get the newly created field, and also getting this info.

    Please help me on this. Its urgent.

    Regards

    Neeraj

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 584 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 499 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 254 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans