[ExtensionOf(tableStr(LedgerJournalTrans))]final class LedgerJournalTrans_TOC_ValidasiOffsetAccTypeBank_Extension{ public boolean validateWrite() { boolean ret; LedgerJournalTrans ledgerJournalTrans; LedgerJournalTable ledgerJournalTable; FormDataObject obj; ; ret = next validateWrite(); if(this.OffsetAccountType == LedgerJournalACType::Bank || this.AccountType == LedgerJournalACType::Bank) { ret = checkFailed(/You Must Input Bank Transaction Type/); //obj = LedgerJournalTrans_ds.object(fieldNum(LedgerJournalTrans, BankTransType)).mandatory(true); } return ret; }}
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156