Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
You can certainly throw custom conflict with the conflict stating anything you want using a listener.
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?
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. 😀