Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Does anyone devised an automated way to re-assign life cycle to specific type of objects in Windchill?
Regards,
Yogesh
We have Windchill 9.1 M40. 10.1 upgrade would be sometime next year. Here is how I currently re-assign life cycle (please correct if there are better ways).
- Run a context specific Search for objects of specific type
- Full list - Select All and re-assign life cycle
My Limitations: 1. This process contains manual clicking and waiting in between
2. I have to do it for each container (search all and re-assign all does not work)
With an automated way, this process would be much faster. Re-assigning via APIs seems the way for now. Thank you everyone for your response.
Regards,
Yogesh
Hi,
How do I start the life cycle from a specific state?
wt.lifecycle.LifeCycleManaged lcm = wt.lifecycle.LifeCycleHelper.service.reassign((wt.lifecycle.LifeCycleManaged) user, lctr, user.getContainerReference(), SPECIFIC STATE );