Quantcast
Channel: PTC Community: Message List
Viewing all articles
Browse latest Browse all 11712

Re: How to find the Workspace creation date in Windchill 9.1?

$
0
0

I don't know of a way to find the creation date of a workspace through the UI, but you could check the create stamp of the entry in the Database. You could use something like the below SQL query, just replace <name> with the name of the workspace:

select name,createStampA2 from EPMWorkspace where name='<name>';


Viewing all articles
Browse latest Browse all 11712

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>