Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello,
I'm updating a Creo Toolkit application and I need to verify the current object lifecycle state in windchill so the application can decide the modifications to be done on the object (assembly).
Is there an API defined in Creo Toolkit which can allow me to get the object attributes defined in Windchill?
I noticed there is a method called ProServerObjectIsModified under the Server Operations section within the Data Management: Windchill Operations topic, but it doesn't return information related to the lifecycle state.
I'm working with Creo 9.0.6.0.
Thanks.
Solved! Go to Solution.
You have read only parameter in each model file where you can extract the most important information.
You have read only parameter in each model file where you can extract the most important information.
Thanks, that worked! I called the function ProParameterVisit and by looking for the PTC_WM_LIFECYCLE_STATE parameter id within the action callback, I was able to get the current model lifecycle state from Windchill.