Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi
I'm looking for QML that shows a list of WTParts that were deleted from the system.
Is there any QML table or object that contains this info?
Thanks
Ilan .M
Solved! Go to Solution.
Hi @Ilan_Mor
The reason is that deleted WTPart table does not exists?
If WTpart is deleted from system, it is deleted from database and is not possible to find it anymore.
You can create custom listener for delete event and fill own table with the information or send that information where you need..
PetrH
Hi,
I'm looking for a way to identify the deleted parts from the UI / logs.
In addition, I am looking to locate these items from the database - I would like to generate a report that aggregates all these items in order to update our BI Data Wearhouse (Separate Data source).
I have tried to search such a table (delete..) but didn't find anything suitable.
Hi @Ilan_Mor
The reason is that deleted WTPart table does not exists?
If WTpart is deleted from system, it is deleted from database and is not possible to find it anymore.
You can create custom listener for delete event and fill own table with the information or send that information where you need..
PetrH