Reputation: 1
I have to add a new column in ledgerTrans, and write data, but I don't want to do that with a direct x++ insert. I preffer do it throught a class and rights methods.
I've saw classes like LedgerJournalCheckPost and CustVendVoucher but I've gotten good results.
Upvotes: 0
Views: 811
Reputation: 650
Add breakpoint to LedgerVoucherObject.addTrans and walk up through call stack to find the proper place for 3.
Upvotes: 3