Hi Experts,
I want to simulate reversal of customized transaction which is effecting in vendor ledger entry dtld ven. ledg entry bank ledger entry and gl entry. Can any body suggest me how to do this
As you said that it is a customized transaction, in that case I guess your team probably has written the posting code. Why don't you try to put the reverse (signed) records to the ledger entry tables with another set reverse-posting functions and call this set from a reverse entry button on the posted transaction form.
For Posting, code from base is used, so it is difficult to simulate that code and the code written is
GenJnlPost.RunWithCheck(TmpGenJnlLine,TmpJournalLineDim);
and for recording the history it is written to insert record into posted header table and posted line table
Comments
What did you try till now?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Chn
GenJnlPost.RunWithCheck(TmpGenJnlLine,TmpJournalLineDim);
and for recording the history it is written to insert record into posted header table and posted line table
Chn