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

We are happy to announce the new Windchill Customization board! Learn more.

Is any way to Rename "Special Instructions" on Analyze Change Request Task page ?

vuchekar
9-Granite

Is any way to Rename "Special Instructions" on Analyze Change Request Task page ?

Hi,

In Change Request, Special Instruction is attribute present on Analyze change request task page. I want to rename it with some different name.

Please see this image,

Rename Special Instructions.jpg

Please let me know, how i can do this.

Thank you

Vivek

1 REPLY 1

You'll find this resource in WT_HOME/src/wt/workflow/worklist/worklistResource.java

    @RBEntry("Special Instructions")

    @RBComment("Special instructions is a special Workflow veriable which is used in Change related Workflow.")

    public static final String SPECIAL_INSTRUCTIONS_LABEL = "special_instructions_label";

As it is a java resource, you have to use Windchill/src/wt/util/resource/resourceCustomize.rbInfo.

Take a look at this file, it's self explanatory.

For example, in Windchill/wtCustom/wt/util/resource/resourceCustomize.rbInfo :

wt.workflow.worklist.worklistResource/special_instructions_label.value=My very special instructions

wt.workflow.worklist.worklistResource/special_instructions_labe_frl.value=Mes instructions spéciales

Top Tags