Skip to main content
16-Pearl
February 18, 2025
Question

Is it possible to throw Custom Conflict in event management window with retry option as skip

  • February 18, 2025
  • 1 reply
  • 477 views

Is it possible to throw Custom Conflict in event management window with retry option as skip.

Attached Image is the OOTB Conflict, I want to throw a custom conflict like OOTB below.

TDT_0-1739867864669.png

 

1 reply

18-Opal
February 18, 2025

You can certainly throw custom conflict with the conflict stating anything you want using a listener.

TDT16-PearlAuthor
16-Pearl
February 18, 2025

Hello @d_graham,

 

Can we also implement the option Failed With Overridable conflicts through Customization, So that users can skip and proceed with further action?

18-Opal
February 18, 2025

I would think yes, but you when you overrode the conflict, you'd need a custom override which would break the references to other objects that are preventing the delete.

 

If it were me, I'd add a new custom action that did this forced delete rather than messing with the OOTB delete.

 

I wrote a class that did what I called "Power Delete".  The company wanted to delete objects from Windchill regardless of any references.  I warned them that they CAD data pointing to the deleted CAD objects would fail with missing component.  They replied that they were fine, so we proceeded with Power Delete. 😀