Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I need a list of all EPM Document Part numbers from Windchill. I want the actual part numbers for EPM documents we have in the system. (Container based list of all products, containers and libraries)
It could be good if I'm given an instruction for this
Thanks
Translating: You are looking for a report that shows all WTParts and what EPMDocument they are associated to?
No, we need to get a list of all the part numbers for EPM Document
Hi @PK_10753886
You can just create a report with EPMDocumetnMaster object and report the numbers.
here is a resource where you will learn how to create the Report in Windchill
If you need to add a condition based on a file number, then you would connect EPMDocumentMaster with EPMDocument.
Add a condition to report just a parts based on the "file name"
Hope this can help.
PetrH
Take a look also at this HUB article
[Knowledge Hub] Windchill PDMLink - EPMDocument Business Reporting
SELECT documentNumber FROM EPMDocumentMaster;