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.
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.
Martin Dráb 724 Most Valuable Professional
André Arnaud de Cal... 619 Super User 2025 Season 2
Sohaib Cheema 400 User Group Leader