Skip to main content
14-Alexandrite
April 15, 2024
Question

Custom Report to list part configuration serial numbers

  • April 15, 2024
  • 1 reply
  • 775 views

I'm trying to figure out how to use the query builder to make a custom report that will return a part structure with serial numbers of a part config instance.  My goal is to have a report that can instruct or document what serials numbers went into a build and pull a report.

 

For example: If I have a WT part number 00123 that has 3 different configurations (S/N 001, 002, 003) with a structure of parts underneath that all have serial numbers. How do I make a custom report to list that?

 

1 reply

18-Opal
April 16, 2024

@Aaronm87 

 

Report builder can’t do a multi-level BOM report as it pretty much just get data that’s stored in the dB and recursive BOMs are calculated not stored.

 

That said, you can use “Java Method” functionality in Report Builder to do pretty much anything. Including recursively navigate a part structure.

Aaronm8714-AlexandriteAuthor
14-Alexandrite
April 16, 2024

I'm not trying to do a multi-level BOM. I just want to return a BOM using the serial number and part number as a parameter. Or does that classify as a multi-level BOM?