Friday, December 1, 2017

How to Disable Document creation Template in Document Creation Wizards ?


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.


  1. Edit <Windchill>\codebase\netmarkets\jsp\document\createDocumentSetTypeAndAttributesWizStep.jsp
  2. Change String showTemplatePicker = "true"; to false instead
  3. 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

Windchill with HTTPS

Using below steps, we can configure Windchill to listen HTTPS connection. 1. Reconfigure Apache to use HTTPS (SSL). 2. Reconfigure Windch...