Submit now vs later
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Submit now vs later
Can someone tell me how to get rid of the "Submit Now/Later"option on the Change Request wizard? I'm sick of it setting lifecycle states that I don't even want to use...
I'm using Windchill 8.0 M040
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Met vriendelijke groeten,
Kindest regards,
Hugo Hermans
-
NV Michel Van de Wiele
Michel Vandewielestraat 7
8510 Kortrijk (Marke)
Tel : +32 56 243 211
Fax: +32 56 243 540
BTW BE 0405 450 595
RPR Kortrijk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The "Update" wizard also has submit now vs later and then it changes your states regardless of what workflow you have running. This wreaks havoc with ACLs and basically prevents you from using "Under Review" for anything useful.
-Thomas R. Busch
Sr. Software Developer
Stryker Instruments
(269) 323-7700 x4014
tom.busch@stryker.com<">mailto:tom.busch@stryker.com>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
PTC told me to edit the create.jsp for the offending Object Type and change the following line:-
<jca:wizard helpselectorkey="change_createChangeNotice" buttonlist="<font" color="#ff3300">DefaultWizardButtonsWithSubmitPrompt" formProcessorController="com.ptc.windchill.enterprise.change2.forms.controllers.DefaultChangeTaskFormProcessorController">
To:-
<jca:wizard helpselectorkey="change_createChangeNotice" buttonlist="<font" color="#ff3300">DefaultWizardButtons" formProcessorController="com.ptc.windchill.enterprise.change2.forms.controllers.DefaultChangeTaskFormProcessorController">
Clear the Tomcat cache, restart services.
HOWEVER:-
Some usersstill get the Submit Now /Later dialog. (NB I cannot replicate with wcadmin)
I have just sent PTC the latest evidence of this, as they didnt believe me ! If I get a fix from them, I will post it.
Maybe its a browser/PC cache issue....
I would value any input thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Too bad we cannot switch :we lost thisdialog moving to 9.1 M060,and we miss it due to thedesigne of our workflow. So PTC told us the exact contrary , set the buttonList to DefaultWizardButtonsWithSubmitPrompt.However we found out that it was already set at that value, and still the dialog is not shown !
I do not what's going on there ...
In Reply to Ian Webb:
PTC told me to edit the create.jsp for the offending Object Type and change the following line:-
<jca:wizard helpselectorkey="change_createChangeNotice" buttonlist="<font" color="#ff3300">DefaultWizardButtonsWithSubmitPrompt" formProcessorController="com.ptc.windchill.enterprise.change2.forms.controllers.DefaultChangeTaskFormProcessorController">
To:-
<jca:wizard helpselectorkey="change_createChangeNotice" buttonlist="<font" color="#ff3300">DefaultWizardButtons" formProcessorController="com.ptc.windchill.enterprise.change2.forms.controllers.DefaultChangeTaskFormProcessorController">
Clear the Tomcat cache, restart services.
HOWEVER:-
Some usersstill get the Submit Now /Later dialog. (NB I cannot replicate with wcadmin)
I have just sent PTC the latest evidence of this, as they didnt believe me ! If I get a fix from them, I will post it.
Maybe its a browser/PC cache issue....
I would value any input thanks,
