Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
I have a question from a customer that has problems with generating PDF-files when releasing a model/drawing.
How can one make a search in ModelManager DB to show all released models without (or with) a generated PDF within a certain timespan.
Regards
Eje Hjelmquist
This can be done by SQL.
You need to know which tables need to be joined.
For a standard schema, the following tables need to joined:
WM_ELEMENTS (state, e.g. released)
DRAWING_2D
WM_FILES - the drawing file
WM_RELATED_FILES - the PDF related to the drawing
- Max
Hi Eje,
Question still open?
Max