Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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,
Please let me know, how i can do this.
Thank you
Vivek
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