cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Translate the entire conversation x

Toolkit API for Gettting Object Lifecycle State in Windchill

IB_10798296
4-Participant

Toolkit API for Gettting Object Lifecycle State in Windchill

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.

ACCEPTED SOLUTION

Accepted Solutions
RPN
17-Peridot
17-Peridot
(To:IB_10798296)

You have read only parameter in each model file where you can extract the most important information. 

View solution in original post

2 REPLIES 2
RPN
17-Peridot
17-Peridot
(To:IB_10798296)

You have read only parameter in each model file where you can extract the most important information. 

IB_10798296
4-Participant
(To:RPN)

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.

 

 

Announcements

Top Tags