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, ...
Suggested Answer

how to hide dialog in ssrs report in AX 2012 r3

(0) ShareShare
ReportReport
Posted on by 30

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,284 on at

    Hi @rp@n,

    Try to clean usage data.

  • Blue Wang Profile Picture
    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
    30 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
    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
    30 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
    30 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
    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

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