Skip to main content
6-Contributor
December 13, 2023
Question

Need a list of EPMDocument part numbers

  • December 13, 2023
  • 4 replies
  • 1563 views

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 

4 replies

avillanueva
23-Emerald I
23-Emerald I
December 13, 2023

Translating: You are looking for a report that shows all WTParts and what EPMDocument they are associated to?

6-Contributor
December 14, 2023

No, we need to get a list of all the part numbers for EPM Document

HelesicPetr
22-Sapphire II
22-Sapphire II
December 14, 2023

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

 

Windchill Reporting Resource

 

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

Marco Tosin
21-Topaz I
21-Topaz I
December 14, 2023

Take a look also at this HUB article

 

[Knowledge Hub] Windchill PDMLink - EPMDocument Business Reporting

 

 

 

Marco
Fadel
23-Emerald I
December 14, 2023
SELECT documentNumber FROM EPMDocumentMaster;
Buiꓘa
HelesicPetr
22-Sapphire II
22-Sapphire II
December 14, 2023

@Fadel 

Just for fun 😄 Try this with Windchill+ 

PetrH