0
Trigger on Open....
Is there any way to trigger actions on open a record? (there are on create and on update)
Background: I am implementing a "cancel / undo" option where I want to rollback the values in case of undo/cancel....
I am basically creating a duplicate record with a "backup" but I was looking forward to having a more elegant option....
thoughts?
cheers
Luis
36 replies
-
There is not a trigger on Open at the table level. There is one at the DB level.
-
You could use the 'trigger before' view of the TAB element.
Content aside
- 3 days agoLast active
- 36Replies
- 457Views
-
5
Following