Skip to main content
10-Marble
June 6, 2017
Question

API to throw Error message in Workspace using Event Listener

  • June 6, 2017
  • 1 reply
  • 3405 views

Hi All,

I have created the Check In Event Listener for CAD Document with WTPart. My Listener searches for WTPart in Windchill and it associates as Content Link for CAD Document while Checking through work group manager. If WTPart is not existed in Windchill Check in should be failed and a error message in the Workspace. Can any one provide the API.

Thanks,

Hemanth kumar

1 reply

15-Moonstone
June 7, 2017

Hi,

Throw a wt.util.WTException :

The checkin will fails, and you'll have a notification in the event window.

You can provide a localized message, as one of  WTException's constructors can be build with a WTMessage.

Sélection_041.png

1-Visitor
June 8, 2017

Sorry to slightly hijack this thread...

Is it possible to display a message back to the user WITHOUT vetoing the checkin? If the process I'm running creates a warning that the user should see but not stop them from checking in?

15-Moonstone
June 9, 2017

I know how to add events in the event manager, but within a full custom task.

But in a listener, I don't know.

The only thing you can do is send an exception, so maybe another exception than WTexception.