Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
When I attached files to change notices I often get the "submit the change object now?" prompt shown below. Is there a way to turn off this prompt?
Solved! Go to Solution.
Thanks Ben!
Hi Ben / Hartley,
You can also try this out:
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS79510
Regards,
Shirish
Hello Shirish,
The link is to an internal PTC document and normal users do not have access to it.
Brian
For Windchill PDMLink 10.x, make the following changes to %WT_HOME%/codebase/netmarkets/javascript/change2/changeWizard.js:
if (submitNowEnabled != null && submitNowEnabled.value == "true") {
//comment this line out: ChangeManagementSubmitHandler.createSubmitDialog();
ChangeManagementSubmitHandler.processAndSubmit(true); // add this line in
}
Shirishkumar,
Can you tell me where I need to go in order to make the coding change you suggested?
I've seen a lot of coding related changes in the forum but have no idea where to navigate or what I need to open to make the changes.
Thanks
Hartley, he already did 🙂
%WT_HOME%/codebase/netmarkets/javascript/change2/changeWizard.js
Where %WT_HOME% maps to the filesystem folder on your Windchill server where it is installed.
To clarify: it is not in the Windchill UI!
"%WT_HOME%" is Windchill installation directory...