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
In general, we rename an EPMDocument on Windchill manually, then open Creo -> workspace -> tool -> Synchronize to update model name(assumed that the model has existed in local workspace).
Now I want to design an web interface which allow user rename model exist in Windchill directly with some standard options, I write a java function to rename model and it's work.
The last and most important step is auto synchronize, without this step, user may couldn't check in model since system couldn't recognize it.
Dose anyone know how to auto synchronize? I have tried web.Link and Mapkey but failure both...