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
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.
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/*
So your saying that there is nothing inside the GUI such as options that I could do?
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)