Hello,
I want to run logic only when user clicks on "Save".. right now I am using OnWritten event but it will be executed on auto save also. any solution for this ?
Hi Pratik,
could you share your business requirement? What kind of logic would you want to run only when user clicks Save, but not if the record is saved by other means (Ctrl-S, move focus to different record, hit Enter...).
Anyway, you can override task() method of a form, and debug it to see what different commands are executed there in different scenarios. If there is something specific that happens only when Save button is clicked, you should be able to find it here.
What if I use a shortcut instead of clicking the button?
And if don't bother pressing the button and I just leave the record or close the form, is it really a different case that should behave differently?
André Arnaud de Cal...
292,162
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156