web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

flowing option field from item Reclass journal to Item ledger Entry

(0) ShareShare
ReportReport
Posted on by 238

Hi experts ,

I need to move field issue type(option)field in this i need to added 3 more option member(a,b.c) and then need to flow from Item Reclass journal to Item ledger entry .I tried to
1. issue type(option)field in this i need to added 3 more option member(a,b.c)
2.flow from item Reclass journal to Item ledger Entry on post action or event subscriber but not know exact Event .

not Getting how can anyone help me on this.

Thanks in Advance

I have the same question (0)
  • Suggested answer
    Mohana Yadav Profile Picture
    61,248 Super User 2026 Season 2 on at

    I hope you have added the field in Item Journal Line table and Item Reclass. Journal page.

    Posting happens in the codeunit Item Jnl.-Post Line" so use the below event

    OnBeforeInsertItemLedgEntry

    [EventSubscriber(ObjectType::Codeunit, Codeunit::"Item Jnl.-Post Line", 'OnBeforeInsertItemLedgEntry', '', false, false)]

       local procedure OnBeforeInsertItemLedgEntry(var ItemLedgerEntry: Record "Item Ledger Entry"; ItemJournalLine: Record "Item Journal Line"; TransferItem: Boolean; OldItemLedgEntry: Record "Item Ledger Entry"; ItemJournalLineOrigin: Record "Item Journal Line");

       begin

           ItemLedgerEntry.SelectOption := ItemJournalLine.SelectOption;

       end;

  • DineshM Profile Picture
    238 on at

    Thank you For Quick Responce sir, I will try above code

    Before that i need to add four option members in standard field which option filed can we add option members in standard filed

  • Suggested answer
    Mohana Yadav Profile Picture
    61,248 Super User 2026 Season 2 on at

    which standard field? Is it Enum field and extensible?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 566 Super User 2026 Season 2

#2
YUN ZHU Profile Picture

YUN ZHU 347 Super User 2026 Season 2

#3
Grigorios Mavrogeorgis Profile Picture

Grigorios Mavrogeorgis 327 Super User 2026 Season 2

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans