Thursday, January 21, 2016

To Reverse Ledger Transaction in ax 2012 X++

// To Reverse Ledger Transaction in ax 2012 X++
TransactionReversal_Ledger
Class
Args As GeneralJournalEntry
TransactionReversalTrans -- Table
 TransactionReversalTrans::createTransaction()
TransactionReversal
http://daynamicsaxaptatutorials.blogspot.com/2011/03/reverse-transaction-in-axapta.html

No comments:

Post a Comment

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...