Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

I need to display sum of all lines quantities available on Sales order list page

(0) ShareShare
ReportReport
Posted on by

I need to display sum of all lines quantities available on Sales order list page 

Any help would be appreciated

  • Suggested answer
    YUN ZHU Profile Picture
    85,819 Super User 2025 Season 1 on at
    RE: I need to display sum of all lines quantities available on Sales order list page

    Hi, you can refer Amount to create a flowfield field.

    pastedimage1658886821718v1.png

    pastedimage1658886879229v2.png

    For example,

    pastedimage1658887611699v4.png

    pastedimage1658887604110v3.png

    tableextension 50111 MyExtension extends "Sales Header"
    {
        fields
        {
            field(50100; Quantities; Decimal)
            {
                CalcFormula = Sum("Sales Line".Quantity WHERE("Document Type" = FIELD("Document Type"),
                                                             "Document No." = FIELD("No.")));
                Caption = 'Quantities';
                Editable = false;
                FieldClass = FlowField;
            }
        }
    }
    
    pageextension 50111 MyExtension extends "Sales Order List"
    {
        layout
        {
            addafter(Amount)
            {
                field(Quantities; Rec.Quantities)
                {
                    ApplicationArea = All;
                }
            }
        }
    }

    Hope this helps.

    Thanks.
    ZHU

  • Suggested answer
    Inge M. Bruvik Profile Picture
    1,029 Moderator on at
    RE: I need to display sum of all lines quantities available on Sales order list page

    The quantity for one spesific item?

    That you can find on the item page in the field quantity on sales order.

    Or are you talking about another quantity ?

    pastedimage1658855913239v1.png

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

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

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans