I need to perform an automated routine after a certain field changes in one of my BO's, so I added the AfterSave event handler to my business object and added the required code, however I've just discovered that the AfterSave event isn't getting executed. I tried placing a breakpoint in my code and it's definitely not reaching this point.I tried adding the BeforeSave event handler to my business object and it appears this is working fine.
Any ideas?
Thanks
Tim