Notifications
Announcements
No record found.
Hi
You have to subscribe to this event.
And here pass the values from General Journal Line to Customer Ledger Entry.
Best Regards
Gerardo
tableextension 50119 MyExtension extends "Gen. Journal Line" { fields { field(50100; ZYTest; Text[100]) { Caption = 'ZY Test'; DataClassification = CustomerContent; } } } pageextension 50121 CustomerLedgerEntriesExt extends "Customer Ledger Entries" { layout { addafter("Document No.") { field(ZYTest; Rec.ZYTest) { ApplicationArea = All; } } } } tableextension 50121 CustLedgerEntryExt extends "Cust. Ledger Entry" { fields { field(50100; ZYTest; Text[100]) { Caption = 'ZY Test'; DataClassification = CustomerContent; } } } codeunit 50116 CcBccHandle { [EventSubscriber(ObjectType::Codeunit, Codeunit::"Gen. Jnl.-Post Line", OnAfterInitCustLedgEntry, '', false, false)] local procedure OnAfterInitCustLedgEntry(var CustLedgerEntry: Record "Cust. Ledger Entry"; GenJournalLine: Record "Gen. Journal Line"; var GLRegister: Record "G/L Register"); begin CustLedgerEntry.ZYTest := GenJournalLine.ZYTest; end; }
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,990
Jainam M. Kothari 1,576 Super User 2025 Season 2
YUN ZHU 1,028 Super User 2025 Season 2