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.
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... 509 Super User 2026 Season 1
Giorgio Bonacorsi 375
Adis 268 Super User 2026 Season 1