web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

wrong Total Quantity in receipt while delete product from screen

(0) ShareShare
ReportReport
Posted on by 2,050

here when i apply new custom Fields for receipt i flow this steps to Get Total Quantity on receipt 

https://blogs.msdn.microsoft.com/axsupport/2013/02/16/ax-for-retail-2012-r2-working-with-custom-fields-for-receipts/

it's work fine but the problem is when i delete product from screen before pay it's stil counting even deleted products on my receipt

here example Total Quantity must be 2 but in receipt show me Total Quantity 3

1563.3.JPG

*This post is locked for comments

I have the same question (0)
  • Verified answer
    mohammed.mqi Profile Picture
    2,050 on at

    solve by this code

    decimal qty = 0.0m;
                    foreach (SaleLineItem s in theTransaction.SaleItems )
                    {
                        if(s.Voided!=true)
                        {
                            qty += s.Quantity;
                        }
                    }


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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans