Notifications
Announcements
No record found.
boolean dialogCanceled; If (dialogCanceled == true) { }
[ExtensionOf(classStr(ProdJournalCheckPost))] final class ProdJournalCheckPost_Extension { public static void main(Args _args) { next main(_args); JournalForm journalForm; ProdJournalCheckPost journalCheckPost; Boolean ok; #ISOCountryRegionCodes try { if (_args.dataset() != tableNum(prodJournalTable)) { return; } FormDataSource prodJournalTable_ds = _args.callerFormControl().formRun().dataSource(); Object caller = _args.caller(); MultiSelectionHelper helper = MultiSelectionHelper::createFromCaller(caller); helper.createQueryRanges(prodJournalTable_ds.queryBuildDataSource(), fieldStr(ProdJournalTable, RecId)); ProdJournalTable prodJournalTable = helper.getFirst(); while (prodJournalTable) { _args.parmEnum(JournalCheckPostType::Check); _args.record(prodJournalTable); journalForm = JournalForm::fromArgs(_args); journalCheckPost = ProdJournalCheckPost::newFromForm(_args, journalForm); journalForm.runbaseMainStart(); prodJournalTable = helper.getNext(); journalCheckPost.preRun(); journalCheckPost.runOperation(); journalForm.runbaseMainEnd(journalCheckPost, false); } } catch (Exception::Error) { if (journalForm) { journalForm.runbaseMainEnd(journalCheckPost, true); } } } }
if (dialogCanceled == true) { }
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 660 Most Valuable Professional
André Arnaud de Cal... 549 Super User 2025 Season 2
Sohaib Cheema 307 User Group Leader