Skip to main content

Notifications

Small and medium business | Business Central, N...
Unanswered

Add custom code to standard report Suggest Vendor Payment

(1) ShareShare
ReportReport
Posted on by 42
will you help me with AL code to update a custom field in 81 table while running Suggest Vendor payments
in Business Central.  wherever we are updating Description , we need the code 'Description2:description or Description2:=Vendor name'
 
 
 
  • Dharmendra_Chavda Profile Picture
    Dharmendra_Chavda 260 on at
    Add custom code to standard report Suggest Vendor Payment
    Hello,
     
    use the below code for updating the field value.
     
        [EventSubscriber(ObjectType::Report, Report::"Suggest Vendor Payments", 'OnBeforeUpdateGnlJnlLineDimensionsFromVendorPaymentBuffer', '', true, true)]
        local procedure OnBeforeUpdateGnlJnlLineDimensionsFromVendorPaymentBuffer(var GenJournalLine: Record "Gen. Journal Line")
        begin
            GenJournalLine.Description2 := GenJournalLine.Description;
        end;
     
  • gdrenteria Profile Picture
    gdrenteria 12,290 Most Valuable Professional on at
    Add custom code to standard report Suggest Vendor Payment
    Hi
    I would think you could subscribe to some of these events.
    Best
    GR

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

News and Announcements

Announcing Category Subscriptions!

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,359 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans