Hi,
I have a requirement in which I want to skip standard method table LedgerJournalTran and instead want to write my method.
Please suggest me the way to achieve this.
Thanks!!
Hi, Please provide more details like which method you want to skip and from that standard method might be calling from several places, do you want to skip from all method calls or a specific one?
General suggestion to skip method is to write your own method and try to find condition that you can modify to call standard method.
Hi Mohit ,
While creating the vendor payment proposal using accounts payable> payment> vendor payment journal> create payment proposal...I want Notes section to be empty under payment tab.
I found there is method fillPaymentNotes in LedgerJournalTrans.... which is filling the Notes field but didn't find the way to empty the notes section.
You can achieve this in multiple ways, depending on whether you will want the Notes section to be empty under all circumstances, and if not, when.
You could create an extension class of LedgerJournalTrans table and extend the fillPaymentNotes to set the value as blank, but this will only be effective when the fillPaymentNotes method is called, or you could add an Event Handler on LedgerJournalTrans table to set it to be blank before the record is written to the database.
Before you do this, you should consider whether you want the Notes section to be empty on all Vendor Payment Journals, or just ones created using specific processes.
If COC doesn't work - You can write Post event handler for the method "fillPaymentNotes" and make "PaymentNotes" field to empty string
based on the condition.
Thanks,
Girish S.
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 Pallavi Phade as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 684 Super User 2025 Season 2
CA Neeraj Kumar 588
Martin Dráb 542 Most Valuable Professional