Notifications
Announcements
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.
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?
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.
The problem has already been solved.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 791 Super User 2025 Season 2
André Arnaud de Cal... 428 Super User 2025 Season 2
Martin Dráb 333 Most Valuable Professional