Notifications
Announcements
No record found.
I need to display sum of all lines quantities available on Sales order list page
Any help would be appreciated
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 ?
Hi, you can refer Amount to create a flowfield field.
For example,
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
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,917
Jainam M. Kothari 1,161 Super User 2025 Season 2
YUN ZHU 1,025 Super User 2025 Season 2