Announcements
No record found.
hello,
I add new parm in batch dialog :
I want when I activate MultiThread, activate automatically the batch processing
have you any idea about how to activate this button
Hi BASMA, Probably you can try leveraging below article.
www.schweda.net/blog_ax.php
Also there would be another solution to validate if multiThread is enabled then on close of dialog, check value of Batch processing.
I use RunBaseBatch
which method I can use it to validate multiThread and set Batch processing to true?
You can use Validate method as it will be called before run.
dynamics365musings.com/.../
I use this code but the batch processing always not activated
public boolean validate(Object _calledFrom = null) { if (multiThread) { return this.batchInfo().parmBatchExecute(true); } return checkFailed(""); }
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 577 Super User 2026 Season 1
Giorgio Bonacorsi 309
Diego Mancassola 259