Hi!
I have a strange request from my client. When leaving a form in any way they want a couple of fields to be updated even if nothing is changed.
I in the Save event I can track when it's not Autosave or normal Save button so I ignore those. My solution so far is that I've created a hidden dummy field. In OnLoad I set the value to 1 or 2 depending what's already stored in that field so I get isDirty and Save event will execute.
It works fine for the first Contact, I leave the form and it saves the values as expected. When I choose another contact, leaves the form it does not trigger Save. However if I hit F5 when I'm viewing the form then leave it will trigger Save event. So it seems to cache stuff from the first trip.
I know it's not the easiest question but can I force my Contact page to not load from cache in any way? Or do you have any other ideas to get around this?
/Magnus
*This post is locked for comments
I have the same question (0)