Skip to main content
1-Visitor
May 19, 2015
Solved

How do you disable the "submit the change object now" prompt?

  • May 19, 2015
  • 2 replies
  • 3229 views

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?

submit now.PNG

Best answer by BenPerry

Does this from Mike Lockwood‌‌‌ help you?

Save As on Document - actually work requests

2 replies

BenPerry15-MoonstoneAnswer
15-Moonstone
May 19, 2015
hlogsdon1-VisitorAuthor
1-Visitor
May 19, 2015

Thanks Ben!

ShirishMorkhade
16-Pearl
May 28, 2015

Hi Ben / Hartley,

You can also try this out:

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS79510

Regards,

Shirish

19-Tanzanite
May 28, 2015

Hello Shirish,

The link is to an internal PTC document and normal users do not have access to it.

Brian

ShirishMorkhade
16-Pearl
May 28, 2015

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

}