Help creating BAQ to pull in Inspections that are active, along with the received date to filter by later

Hello,

I have someone asking for a dashboard to see active inspections with the dates the purchased parts were received into inspection.
Not sure I am explaining well.
He wants to recreate the search from Inspection Processing Entry but include the date purchased part was received by shipping and checked in. Example of the search screen in question below.

If that still doesn’t make sense, please let me know and I will try to get more detail.

I have found the fields in question in the Erp.RcvHead (ReceiptEntry - date), and Erp.RcvDtl (Partnum, JobNum, PONum, OurQty, IUM, InspectionReq, WarehouseCode, BinNum, Company fields) tables.
When I create the BAQ with those tables and put a table criteria on RcvDtl of InspectionReq = 1 and BinNum = IMQA, I get 1228 results. I need to see if I can get it down to the 48 results like shown in the picture.

Any and all help/ideas are appreciated.

Thanks,

Shawn

RcvDtl.PendingInspection is the field you should filter on.

Hi Shawn,

The PO receipts list provides a nice grid view of inspection pending IMO. Looking at the grid for the PO Receipts list, Receipt Date is already there in the dataset. If you just make this field visible to the user via personalization or customization, would it be satisfactory?

Nancy

There is a system query zpartinspect(?) that drives the inspection processing screen search.

FYI

Brad Boes
bradboes@boosterpconsulting.com
231-845-1090

Thanks to @BoostERP, @Nancy, and @jblomstedt for your input.

@BoostERP is the one I went with. The zPartInspect is exactly what I needed. Just had to trim down the fields and make a dashboard.