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.

How to remove Set Attributes Step in New Change Task wizard?

AntonBagryanov
3-Visitor

How to remove Set Attributes Step in New Change Task wizard?

Hi!

I need to customize change notice creation wizard.  In the "Define Implementation Plan" step I have default change task. When user click for edit change task the system open subwizard "New Change Task". In this subwizard I want to remove "Set Attributes" step. How can I do it?

Thanks!

change.png

1 ACCEPTED SOLUTION

Accepted Solutions

You should remove the line:

<jca:wizardStep objectHandle="task" action="defineItemAttributesWizStep" type="object"/>

in the /codebase/netmarkets/jsp/changetask/wizardCreate.jsp file.

View solution in original post

2 REPLIES 2

You should remove the line:

<jca:wizardStep objectHandle="task" action="defineItemAttributesWizStep" type="object"/>

in the /codebase/netmarkets/jsp/changetask/wizardCreate.jsp file.

I tried this solution and it worked but at the same time it prevent creation of Change Task at the second step of new ChangeOrder2 creation.

Also I tried to hide Attribute tab step when editing ChangeTask (commented similar section of edit.jsp in the same folder) and Windchill doesn't save changes in ChangeTask.

So, this is not appropriate solution for solving this issue.

 

Top Tags