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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Extend EnvironmentBean to allow Creation of a PopupMessage

Extend EnvironmentBean to allow Creation of a PopupMessage

Today the EnvironmentBean does only allow a message Box to display an Abort Message.

I request to have also the possibility to create an Info Message while storing a change to an item.

 

This would give the possibility to inform a user that he for eg. shall pay attention to something before his next working step.

6 Comments
LLawton
14-Alexandrite

I agree, we need to be able to guide and help users in a proactive fashion.

This may not be possible in the current client-server architecture but must be made possible in the next iteration of the user interface.

bcollins-2
6-Contributor

Even better would be the possibility to provide an option box which would include buttons and inputs determined by the server script. Or just to supply a warning message with the options to either abort or continue the edit.

GauravPhadtare
14-Alexandrite
Status changed to: Acknowledged
 
ksweeney
5-Regular Member

One possible "work around" that works is to use the "signature required" methods on the server bean to display a message to the user.  It then lets the containing script get confirmation from the user by getting a signature and clicking OK or allowing the user to click Cancel and abort the script.  In the case where the trigger script is about to perform a destructive action, the signature might make sense.  Unfortunately, in most cases the requirement of a signature makes this impractical.

 

GauravPhadtare
14-Alexandrite
Status changed to: Implementation In Progress
 
Siddharth
9-Granite
Status changed to: Acknowledged