Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS11
有辦法查詢到資料夾 rename 的歷程嗎?
有辦法查詢到資料夾 rename 的歷程嗎?
有辦法查詢到資料夾 rename 的歷程嗎?
有辦法查詢到資料夾 rename 的歷程嗎?
Is there a way to query the history of the folder rename?
Is there a way to query the history of the folder rename?
Is there a way to query the history of the folder rename?
Is there a way to query the history of the folder rename?
Translated by Iuliana Nuta with google translate, 10-feb-2021
Solved! Go to Solution.
Hello @ptc-3959991
Yes there is a way how to do that.
It is possible to select the change name history directly in a database for subfolders.
mssql
select * from WindchillDB.IdentityChangeHistory where classnamekeyA3='wt.folder.SubFolder'
a idA3A3 is a internal identification of a folder.
hope this can help
Best Regards
PetrH
Hello @ptc-3959991
Yes there is a way how to do that.
It is possible to select the change name history directly in a database for subfolders.
mssql
select * from WindchillDB.IdentityChangeHistory where classnamekeyA3='wt.folder.SubFolder'
a idA3A3 is a internal identification of a folder.
hope this can help
Best Regards
PetrH
You can also use a query builder report like the one attached.
Rename file extension from XML to QML