Skip to main content
10-Marble
February 14, 2018
Solved

Is there a way to understand that a user has navigated away from a page in Thingworx?

  • February 14, 2018
  • 1 reply
  • 1294 views

Hi,

 

I have a Mashup which has a form with fields. Now if the user has not Saved whatever he has filled in and goes away from this page(clicks some other link on the same page or closes this page), is there a way to understand this in a Thingworx Mashup?

 

In plain HTML, there are "unload" events for the page, or "close" event for the window. Do we have something like in the Thingworx Mashup?

 

Thanks and Regards,

Jyothi

Best answer by PaiChung

Unfortunately that doesn't exist. would be great to have, potential for an extension?

 

Not sure exactly what your use case is, but you can do some things to capture what was entered on the screen using Session Parameters and then use that as a comparison/validation when a user re-enters the screen.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
February 14, 2018

Unfortunately that doesn't exist. would be great to have, potential for an extension?

 

Not sure exactly what your use case is, but you can do some things to capture what was entered on the screen using Session Parameters and then use that as a comparison/validation when a user re-enters the screen.