In fixed asset journal am doing transactions.it is reflecting there in asset trans form.i have added one field there.but i need to add the value of amount and to my field value where should i add the value…?
Thanks in advance.
In fixed asset journal am doing transactions.it is reflecting there in asset trans form.i have added one field there.but i need to add the value of amount and to my field value where should i add the value…?
Thanks in advance.
Hi,
Thats means you have added a field to ledgerJournalTrans table- If so your code in
Class - AssetPost
Method - initFromLedgerJournalTrans
No Kranthi…i have added field called UB_NAV in asset trans.For first record UB_NAV value same as to the amount(Amount is the existing field in asset trans grid).for next record UB_Nav = previous Record amount + New record amount should come…
what ever may be your logic-> if you want to update your custom field in assetTrans when a Fixed asset journal is posted - put your code in the above mentioned class.
Ya kranthi thanks…its working fine…thanks a lot…!!!
Hi Everyone,
Please change the status of post as verified - if you are satisfied with the solution - which help others and even the solution givers-which tells that they have given a right solution.