I want to execute some custom business logic when the dm_addnote event is triggered. Can this be done? Or will I have to create a custom TBO and implement my logic in the onSave() method?
Chris
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
TBO or Aspect would be the proper way to go
On another hand, if you don't need this to happen in 'real time', you could have a job running every few minutes/hours/day... that would check in the audit trails for the event (you;d have to set that up too of course) and do whatever you need to do