Skip to main content

Notifications

Announcements

No record found.

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 4

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 ?

  • Blue Wang Profile Picture
    on at
    RE: how to hide dialog in ssrs report in AX 2012 r3

    hi @rp@n,

    Clean up your usage data again.

  • @rp@n Profile Picture
    4 on at
    RE: how to hide dialog in ssrs report in AX 2012 r3

    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

  • @rp@n Profile Picture
    4 on at
    RE: how to hide dialog in ssrs report in AX 2012 r3

    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...

  • Blue Wang Profile Picture
    on at
    RE: how to hide dialog in ssrs report in AX 2012 r3

    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
    4 on at
    RE: how to hide dialog in ssrs report in AX 2012 r3

    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
    on at
    RE: how to hide dialog in ssrs report in AX 2012 r3

    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.

  • Suggested answer
    Mea_ Profile Picture
    60,278 on at
    RE: how to hide dialog in ssrs report in AX 2012 r3

    Hi @rp@n,

    Try to clean usage data.

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,884 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,758 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans