Do beforesave logic hooks fire before creation/modification saves on each record during the import process. If not can this be done. Don’t want to write a bunch of queries before I know for sure this functionality is there.
Thanks
Do beforesave logic hooks fire before creation/modification saves on each record during the import process. If not can this be done. Don’t want to write a bunch of queries before I know for sure this functionality is there.
Thanks
I would say “yes, probably”.
I suggest you write the simplest logic hook that just writes a line in suitecrm.log
Then run an import and see from the logs if it’s getting called.
Good idea, I’ll report findings.