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

change Report design for the standard Cheque report ( USStyle ) in D365Fo

(0) ShareShare
ReportReport
Posted on by 570

Hi All,

Need to change Report design for the standard Cheque report ( USStyle ) in D365Fo

Below Step's I followed

1.  duplicate the report

2. [ExtensionOf(classStr(BankPrintTestCheque))]
final class BSFBankPrintTestCheque_Extension
{

 static void determineReportMenuOutput(TmpChequePrintout _tmpChequePrintout, Object _this)
    {
        Args args = new Args();
        BankPrintTestCheque bankPrintTestCheque = _this;
        args.caller(_this);
        if (_tmpChequePrintout.ChequeFormType == ChequeFormType::USStyle)
        {
          
            new MenuFunction(menuitemOutputStr(BSPChequeMenu), MenuItemType::Output).run(args);
        }
       
    }

3.

class BSFChequeControllerExt extends ChequeController
{
    #SRSFramework
    public static BSFChequeControllerExt construct()
    {
        return new BSFChequeControllerExt();
    }

    public static void main(Args _args)
    {
    
        BSFChequeControllerExt controller = new BSFChequeControllerExt();
        controller.parmArgs(_args);
        controller.deleteTempData();
        controller.parmReportName(ssrsReportStr(BSFCheque_US, Report));
        controller.parmShowDialog(false);
        controller.parmDialogCaption("@SYS24090");
        controller.startOperation();

}

Problem is Report is not woking,please advice on this
    

I have the same question (0)
  • Ludwig Reinhard Profile Picture
    Microsoft Employee on at

    Hi,

    Do you use Electronic Reporting or do you try to design things in SSRS?

    Best regards,

    Ludwig

  • TonyAx Profile Picture
    570 on at

    Hi Ludwig

    Thanks for reply, am trying SSRS report

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
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 429 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans