cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

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

hlogsdon
1-Newbie

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

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

1 ACCEPTED SOLUTION

Accepted Solutions
BenPerry
13-Aquamarine
(To:hlogsdon)

8 REPLIES 8
BenPerry
13-Aquamarine
(To:hlogsdon)

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...

WT_HOME.png

Top Tags