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

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

New role not availabe for Team Template? 9.1

lgrant
14-Alexandrite

New role not availabe for Team Template? 9.1

I am working on a new Process Workflow for a Change Request. The CR uses a Team Template to populate some Roles into the CRB.

I am able to create new roles (that are not listed in the Out Of Box list) but they do not show up in the available roles to add to the Team Template?

The new Role is at the Org level.

The CR Team Template is at the Org level.

The Workflow is at the Site level.

The Life Cycle is at the Site level.

3 REPLIES 3
ppiot
3-Visitor
(To:lgrant)

If you are in PTCapplets.

Stop the Method Server
Rebuild the client jars from the Windchill shell :

ant -f codebase\MakeJar.xml custUpdate

Start the Method Server
Restart the Java Applets on the client side.

Possible action need:
-delete jar from local java client
and delete file from that folder
-Windchill_9.1/Tomcat/work/*
-Windchill_9.1/Windchill/tmp/*
-Windchill_9.1/Windchill/tasks/codebase/com/infoengine/compiledTasks/file/*
-ptcServlet/*

lgrant
14-Alexandrite
(To:ppiot)

So your saying that there is nothing inside the GUI such as options that I could do?

MatthewKnight
4-Participant
(To:lgrant)

Adding roles through EnumCustomize *may* do it? But no, just edit your rbInfo, then from the WC shell:

ResourceBuild wt.project.* (to compile the .rbInfo from <wchome>/src/wt/project to <wchome>/codebase/wt/project)

ant -f codebase\MakeJar.xml (to clean the wc jars. PTC applets use them. ie LifeCycle Administrator, Workflow Administrator, Team Template Administrator, etc)

Top Tags