Hi, I am new to the SuiteCRM ecosystem,
I would like to find out how I can create a before-save hook, I have tried to add a processhandler in defaultExt, but I am not sure if this is the way to do it.
How does a handler get registered in recordSaveHandlerRegistry?
Thanks for the reply, eventually figured it out, I have to create a file in defaultExt/modules/Accounts that implements RecordSaveHandlerInterface, it seems the dependency injection takes care of the rest.
Also suggest we update the documentation to reflect this, as it is not very clear, happy to help there if needed