cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Is there a way to query the history of the folder rename?

ptc-3959991
2-Guest

Is there a way to query the history of the folder rename?

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

1 ACCEPTED SOLUTION

Accepted Solutions

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'

 

idA3A3 is a internal identification of a folder.

hope this can help

 

Best Regards

 

PetrH

 

 

 

View solution in original post

2 REPLIES 2

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'

 

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

Marco
Top Tags