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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

how to hide dialog in ssrs report in AX 2012 r3

(0) ShareShare
ReportReport
Posted on by 56

hi all,

i have added a new report in AR -- SO -- PICK AN PACK -- PACKING SLIP JOURNAL --

8154.p1.jpg

when i clicked on the report, it's showing the parameter in dialog with active record ( sales order no). I don't want this dialog.

5148.p2.jpg

for this i wrote below code in Controller class but it's still showing the dialog

main () --

public static client void main(Args args)
{
GDJ_JPN_SalesReceiptController controller = new GDJ_JPN_SalesReceiptController();

controller.parmArgs(args);
controller.parmReportName(ssrsReportStr(GDJ_JPN_SalesReceipt, Report));
controller.parmShowDialog(false);
controller.startOperation();
}

Is there any other way ?

I have the same question (0)
  • Suggested answer
    Mea_ Profile Picture
    60,286 on at

    Hi @rp@n,

    Try to clean usage data.

  • Blue Wang Profile Picture
    Microsoft Employee on at

    HI @rp@n,

    Yes. You need to clear your usage data.

    You can debug your code, I think your problem is because loadFromSysLastValue() is called.

  • @rp@n Profile Picture
    56 on at

    hi Blue,

    i have cleared usage data, but still is coming. then i will check the Syslastvalue table.

    ssr.jpg

    Can i delete this? if i delete this. is it solve my issye?

    please give me more shed on this.

    thanks!

  • Blue Wang Profile Picture
    Microsoft Employee on at

    HI @rp@n,

    I haven't deleted it like this, you can try it, maybe it works.

    But you can add code to not load SysLastValue.

    controller.parmLoadFromSysLastValue(false);

  • @rp@n Profile Picture
    56 on at

    blue,

    i have added the code, as you suggested

    Controller -- main method

    public static client void main(Args args)

    {

       GDJ_JPN_SalesReceiptController controller = new GDJ_JPN_SalesReceiptController();

       controller.parmArgs(args);

       controller.parmReportName(ssrsReportStr(GDJ_JPN_SalesReceipt, Report));

       controller.parmShowDialog(false);

       controller.parmLoadFromSysLastValue(false);

       controller.startOperation();

    }

    but still its coming...

  • @rp@n Profile Picture
    56 on at

    if suppose , this is not work as of now

    can i make dialog value allow edit false ? means no drop down of sales order in dilaog

  • Blue Wang Profile Picture
    Microsoft Employee on at

    hi @rp@n,

    Clean up your usage data again.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 681

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 446 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 202 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans