Anyone can help me to code program if I want to post additional field in Purchase Line or Sales Line Or item Journal to the Item Ledger Entry.
Where is relevant program that affect from this perform.
Look in Codeunit 22 "Item Jnl.-Post Line" for
ItemLegerEntry.INSERT statements and the ItemLedgerEntry.Fieldname := xxx before. Place your assignment there.
If a SalesLine or PurchaseLine is posted, Financials builds a ItemJournalLine and calls this codeunit.
If you are using Attain, you have to decide to place your new field in either ValueEntry or ItemLedgerEntry.
Comments
Look in Codeunit 22 "Item Jnl.-Post Line" for
ItemLegerEntry.INSERT statements and the ItemLedgerEntry.Fieldname := xxx before. Place your assignment there.
If a SalesLine or PurchaseLine is posted, Financials builds a ItemJournalLine and calls this codeunit.
If you are using Attain, you have to decide to place your new field in either ValueEntry or ItemLedgerEntry.