Erase auto created activity?

Some one, awhile back, created a automation so that when ever we entered a new lead, an activity is created.

1 - where are these automation located?
2 - how to erase them?

Thanks for any ideas and guidance.

Joseph

There could be 3 places at which the activity records are created.

  1. A logic hook in custom/Extension/modules/Leads/Ext/LogicHooks directory. Please check if any file has an after_save logic hook.
  2. There might be a workflow that is creating an activity record.Navigate to Admin/Workflow Manager and check if any workflow is defined on Leads module. Setting the status ‘InActive’ would help.
  3. There could be a PHP file that might be overriding ‘save’ method for leads module.
1 Like

Thanks.

It was a workflow. I erased it.

Thanks!