How to override the Windchill promotion request form delegate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to override the Windchill promotion request form delegate
I'm tying to add additional checks that will run before a user can complete the promotion request wizard. These should validate that (a.) the user did not select themselves and (b.) at least one person has been selected for each of the promotion request roles.
I would prefer to stop the wizard from completing vs. trying to catch these problems after the workflow has started. From what I'm reading, this seems to be possible by overriding the promotion request delegate.
There is a sample code snippet by @BhushanNehe here:
There is also help documentation here:
I'm guessing I need to create a Java file, compile it, and then register a service, but I'm not sure how to do this. I'm not a developer...
Would someone be willing to walk me step by step through how I override the Windchill promotion request delegate and actually implement these checks on my Windchill system?
- Labels:
-
General Customization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @TomU, I have done a similar customization. Let me know if we can have a quick call so that I can help you with this customization.
Thanks,
Vikram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I just sent you a personal message. Thanks.
