Options

How to post additional field to Item Ledger Entry

Duangjai_AmornrattanaDuangjai_Amornrattana Member Posts: 2
edited 2002-09-23 in Navision Attain
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.

Comments

  • Options
    MartinFKMartinFK Member Posts: 43
    I assume that you are using Financials:

    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.
Sign In or Register to comment.