regarding description of item journal line

Dear all:

i have add a field with TEXT type in item journal line table.that called Description3, it be use while user need write some comment, my problem is if is ti possible Description3 can be post to item ledger entry?then show in item ledger entry form?

any help will be appreciate

Add that field in Item ledgerentry table also ( Table = 32).

And write the code in the code unit Item Jnl.-Post Line( code unit = 22).

Write the code in the function InitItemLedgEntry

Like ItemLedgEntry." Description3 " := " Description3 ";