Is there a way to see the old value of a field just before update in javascript. The params passed to a snippet after field update list the new value but I do not see a way to access the old. Similarly to trigger.old and trigger.new, but with just one value.
I also did not see a way to do it with a custom skuid.event subscription.
Example:
Field was changed from 10 to 15. I would like to access the old value of '10'
I also did not see a way to do it with a custom skuid.event subscription.
Example:
Field was changed from 10 to 15. I would like to access the old value of '10'