Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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...