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

How to open a form with a specific loadId?

(0) ShareShare
ReportReport
Posted on by 843

Hello,

I have created a functionality that, allows you to move load rows between loads or possibly move rows to a completely new load. Everything works OK. I display to the user in the infolog if the operation was successful and to which load the selected rows were moved.
However, I would like that if the rows are moved to a new load, the form with the newly created load opens instead of the infolog.

Is this possible?

Thanks.

I have the same question (0)
  • André Arnaud de Calavon Profile Picture
    303,363 Super User 2026 Season 1 on at

    Hi Shooowtek,

    It is possible to open forms and set focus to a particular record. Is your question about AX2012 or Dynamics 365? What is the difficulty you need help with?

  • Shooowtek Profile Picture
    843 on at

    Hi Andre,

    My question is about D365. The difficulty is that I have a value WHSLoadTable.LoadId. After performing the logic, I display the infolog with the loadId. Instead, I would like to open a WHSLoadTable form for the current WHSLoadTable.LoadId.

  • Verified answer
    Shooowtek Profile Picture
    843 on at

    The problem has already been solved.

    Thanks.

            Args args;
            Object formRun;
            args = new Args();
            args.record(WHSLoadTable::find(loadId));
            args.name(formstr(WHSLoadTable));
            formRun = classfactory.formRunClass(args);
            formRun.init();
            formRun.run();
            formRun.wait();

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
André Arnaud de Calavon Profile Picture

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

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 390

#3
Adis Profile Picture

Adis 266 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans