Update Ledger Entries

hi alll

i have added two fields in item journal line table and when i post the isssue journals… the item ledger entries get updated…so i added the same two fields in Item ledger entry table also. but i donno where to write code to update the added fields in ILE table. i have already checked the Codeunit 22. but not getting the exact loc to put the code.

Thanx in ADV

Hi Ravi,

Add lines to update those fields in Codeunit 22, InitItemLedgEntry function. It will work.

Tnx kashyap.

i got it.