I am unable to get a record from item journal line. can anyone please help me to get record from the item journal line. i.e: ItemJournalLine.Get()
I am unable to get a record from item journal line. can anyone please help me to get record from the item journal line. i.e: ItemJournalLine.Get()
Hi, just adding an example, hope this helps as well.
Thanks.
ZHU
Are you working with the API or in AL code.
If it is in AL Code you need to prove i primary key that match a record in the table.
In Item journal line you will have to do
ItemJournalLine.get("Journal Template Name", "Journal Batch Name", "Line No."); and replace the 3 key field with the value from the record you want to get.
André Arnaud de Cal... 291,703 Super User 2024 Season 2
Martin Dráb 230,433 Most Valuable Professional
nmaenpaa 101,156