Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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.
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
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
Prasseeth,
Attached document might help youThanks