Skip to main content
1-Visitor
April 28, 2017
Question

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

  • April 28, 2017
  • 1 reply
  • 980 views

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

15-Moonstone
April 28, 2017

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