Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

How can I dynamic change "Interactive" property of a report in a job

(0) ShareShare
ReportReport
Posted on by 235

Dear All,

 

I have created a job to run a report:

new MenuFunction(menuitemoutputstr(MyReport), MenuItemType::Output).run();

How can I change the "Interactive" property of the target report?

 

Thank you very much.

*This post is locked for comments

  • Raymond Lee Profile Picture
    Raymond Lee 235 on at
    Re: Re: How can I dynamic change "Interactive" property of a report in a job

     hi Martin,

     Thanks for your hints. It works.

        MenuFunction        mf;
        ReportRun           report;

         mf = new MenuFunction(menuitemoutputstr(MyReport), MenuItemType::Output);   
         report = mf.create(args);
         report.report().interactive(true);

    Many thanks.

  • Martin Dráb Profile Picture
    Martin Dráb 230,445 Most Valuable Professional on at
    Re: How can I dynamic change "Interactive" property of a report in a job

     Hi,

    because MenuFunction knows nothing about called object (and its properties), I think you have to manage it in the report itself. But you can call run() method with a parameter (Args) and switch the processing logic (Interactive/Non-interactive) in the report, based on values in Args object.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,391 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans