Skip to main content

Notifications

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

How do I add field External Document No on customer statement report in Business Central Al language

Posted on by 5

Hi All,

How do I add field External Document No on customer statement report on (Detailed Cust. Ledg. Entry) Table?

Kindly assist,

  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 21,091 Super User 2024 Season 1 on at
    RE: How do I add field External Document No on customer statement report in Business Central Al language

    Hi,

    Can you please try below?

    reportextension 66001 modifyStatement extends Statement
    {
        dataset
        {
            add("Detailed Cust. Ledg. Entry")
            {
                column(ExtDocNo; CustLedEntry."External Document No.") { }

            }
            modify("Detailed Cust. Ledg. Entry")
            {
                trigger OnAfterAfterGetRecord()
                begin
                    CustLedEntry.get("Cust. Ledger Entry No.");
                end;
            }

        }
        var
            CustLedEntry: Record "Cust. Ledger Entry";
    }

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 229,918 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans