Skip to main content
11-Garnet
August 14, 2022
Solved

WTParts that were deleted

  • August 14, 2022
  • 1 reply
  • 1602 views

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

Best answer by HelesicPetr

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

1 reply

avillanueva
23-Emerald I
23-Emerald I
August 14, 2022
Interesting. Security audit logs perhaps? Whatโ€™s your use case for wanting to know? I do not think that data is normally stored.

Sent from my iPhone
Ilan_Mor11-GarnetAuthor
11-Garnet
August 15, 2022

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.

 

Ilan_Mor_0-1660545351090.png

 

HelesicPetr
22-Sapphire II
22-Sapphire II
August 17, 2022

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