Skip to main content
1-Visitor
July 30, 2013
Question

Unsupported characters in Windchill 10

  • July 30, 2013
  • 4 replies
  • 1273 views

Hi all,



We have some Suppliers in our Windchill 9.1. These Supplier names have characters which is not supported in Windchill 10.1. Eg: / character.



So, we need to rename these suppliers to remove the unsupported character. This is not acceptable to the business as renaming will mean a change in data and has an impact on the integrated systems.



Anyone has come across some similar situations ? Any help is appreciated.



Regards,


P.M.

4 replies

1-Visitor
August 8, 2013

HI all,


I want to code an event listener, which will prevent the event from happening based on a condition.


E.g. Capture the checkout event on WTPart and if some condition is not satisfied, prevent the checkout from happening and display a message to the user that Checkout is not possible.


Is this possible? Any help is appreciated.


Thanks,


Praseeth M

1-Visitor
August 8, 2013

Hi Praseeth,


You Can use the following events to control your business needs,



PRE_CHECKIN, POST_CHECKOUT , PRE_CHECKOUT, or PRE_MODIFY event is



emitted for a life cycle managed object, the life cycle service prevents


checkin, checkout, or modification of the object,



MKR



avillanueva
23-Emerald I
23-Emerald I
August 8, 2013
Yes, in customizer's guide. Just throw an exception with a usable message.
August 8, 2013

Prasseeth,


Attached document might help youThanks