Skip to main content
21-Topaz I
July 26, 2016
Solved

Default option when deleting

  • July 26, 2016
  • 3 replies
  • 1332 views

I don't think there is a preference but wanted to check with everyone.  Is there a preference that allows me to change what the default option is when trying to delete something?  I would like it to be Delete latest iterations of each object included in the table.

Best answer by ShirishMorkhade

Hi Steve Galayda

I am not sure what Windchill release your currently using, but I look at Windchill 10.2 M030 codebase and it looks it is hard coded in wt.dataops.delete.processors.DeleteStepProcessor.class file. And I do not find any preference/property which controls this behaviour.

Regards,

Shirish

3 replies

ShirishMorkhade
16-Pearl
July 28, 2016

Hi Steve Galayda

I am not sure what Windchill release your currently using, but I look at Windchill 10.2 M030 codebase and it looks it is hard coded in wt.dataops.delete.processors.DeleteStepProcessor.class file. And I do not find any preference/property which controls this behaviour.

Regards,

Shirish

STEVEG21-Topaz IAuthor
21-Topaz I
July 28, 2016

Thank you Shirishkumar Morkhade‌ for looking at that.

We are on 10.1 M050.

ShirishMorkhade
16-Pearl
July 28, 2016

I found same file is used for 10.1 M050 too.