When we launches the Create Document Wizard from toolbar, it will open up a Wizard page on which we have to fill Name, Number, etc.
On same page their is Template field as well. many cases we are not using this field so here we will see how to disable this field in Document Creation Wizards.
- Edit <Windchill>\codebase\netmarkets\jsp\document\createDocumentSetTypeAndAttributesWizStep.jsp
- Change String showTemplatePicker = "true"; to false instead
- Save and restart Windchil
Here is the snap,
After this, when you launch the Document creation wizards, this will be look like this,

No comments:
Post a Comment