Skip to main content

Notifications

Supply chain | Supply Chain Management, Commerce
Unanswered

Minimum and maximum from ReqItemTable

Posted on by 1,757
Hi Experts,
 
Customer requirement to get item minimum and maximum from ReqItemTable with Availablephysical and Ordered quantities
 
The AvilablePhysical and Ordered quantity not respecting inventDimId. It is giving me all AvailablePhysical and Ordered quantities for an itemid.
 
SELECT 
    R.ITEMID,
    INVENTDIM.CONFIGID,
    INVENTDIM.INVENTSTYLEID,
    INVENTDIM.INVENTSIZEID,
    INVENTDIM.INVENTCOLORID,
    INVENTDIM.INVENTSITEID,
	INVENTDIM.INVENTLOCATIONID,
    R.COVINVENTDIMID,
    R.MININVENTONHAND,
    R.MAXINVENTONHAND,
    SUM(ISUM.AvailPhysical) AS TotalAvailPhysical,
	SUM(ISUM.ORDERED) AS TotalAvailORDER
FROM 
    REQITEMTABLE R
JOIN 
    INVENTDIM ON R.COVINVENTDIMID = INVENTDIM.INVENTDIMID
JOIN 
    INVENTSUM ISUM ON R.ITEMID = ISUM.ITEMID 
WHERE 
    R.COVRULE = 2
   
GROUP BY
    R.ITEMID,
    INVENTDIM.CONFIGID,
    INVENTDIM.INVENTSTYLEID,
    INVENTDIM.INVENTSIZEID,
    INVENTDIM.INVENTCOLORID,
    INVENTDIM.INVENTSITEID,
	INVENTDIM.INVENTLOCATIONID,
    R.COVINVENTDIMID,
    R.MININVENTONHAND,
    R.MAXINVENTONHAND
 
 

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... 290,900 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,275 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans