Closed davidpanzarella closed 9 years ago
@davidpanzarella well, technically it should ... but i'm not sure what you're trying to do. if you're doing something in onAfterContentSave
, it should probably be something like logging something, or kicking off a service ... not returning something, because the content has already been saved. in short though, yes, it should work.
This actually does work. Thanks Steve!
I think this can already be done, but wanted a space to confirm that. Am I correct in thinking that I can add this to my extensions/includes/eventHandler.cfc?
I can get this to work without a hitch if i do this in my config.xml:
But it's always good to know best practice!