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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Translate the entire conversation x

How to Enable confirmation pop-up while Reject the task in worflow?

vshanmugam
7-Bedrock

How to Enable confirmation pop-up while Reject the task in worflow?

I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.6

We want to enable confirmation pop-up (OK or CANCEL) by selecting reject routing option in workflow.

Here are the errors that I faced
How to enable confirmation pop-up instead of warning message?
2 REPLIES 2

Article - "How to display a confirmation popup at the end of a customized wizard rather than an Inline Message in Windchill": https://www.ptc.com/en/support/article/CS151142 

HelesicPetr
22-Sapphire II
(To:vshanmugam)

Hi @vshanmugam 

You can use the Article CS44140 to add an alert for the complete task button.

Instead of alert I recommend to use a confirm("Do you want to continue ?"); 

next you can use also js functions to get the page information what has been selected so you can put a condition if the confirm message should be shown or not.

here is an example how to use the confirm function How to use JavaScript to show a confirm message.

 

PetrH

Announcements
Top Tags