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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How to show Life Cycle States in a drop down in Create part jsp page

Rajesh_A
2-Guest

How to show Life Cycle States in a drop down in Create part jsp page

Hi,


I would like to know how to show all Life Cycle States of a specific Life Cycle template in a drop down in Create Part jsp file.


So that the User can select the desired Life Cycle state from drop down while creating Part.


I have an idea to use DataUtility through customization.


But still looking for best solution to achieve this through Configuration.


Thanks in advance.



This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
5 REPLIES 5

This post I moved to Windchill Solution category.


Sorry for this.

MikeLockwood
22-Sapphire I
(To:Rajesh_A)

This defeats the purpose the lifecycle.
Getting to a state thru a process is everything for the business.

You are absolutely right Mr.Lockwood.


But here the requirement is something different. Customer is expecting lots of Life Cycle States which equals to like "In Work".


So please let me know if you have any solution for the same. Thanks.




In Reply to Mike Lockwood:


This defeats the purpose the lifecycle.
Getting to a state thru a process is everything for the business.
MikeLockwood
22-Sapphire I
(To:Rajesh_A)

Probably only choice is load from file (CSV >> XML) using the LoadFromFile framework (Windchill shell). Can load at any desired state.

As per requirement, the user should get the option to select the LC state in Create Part wizard page.

In Reply to Mike Lockwood:


Probably only choice is load from file (CSV >> XML) using the LoadFromFile framework (Windchill shell). Can load at any desired state.
Top Tags