Hi everyone.
Hopefully something fairly easy. I've built a logic hook for opportunities which utilizes the "Before_Save" format. However the customer has had past code that fires Opportunity logic hooks whenever the account is saved. I cannot find a way to only fire my logic hook when the record in opportunities is saved only.
So basically if they are importing records it ignores this, also if they are saving on Accounts this logic hook would not fire. So only when the Opportunity record itself is saved. I don't seem to have arguments['module'] on the before save.
Any ideas?
Thanks!