Hi, I've got stuck with the following case:
When new Lead is saved I have corresponding task created (in hook, inside "beforeSave" function).
In case I need to update the Lead, already created task needs to be updated as well. Task name is generated using data from Lead.
How can I get already existing task name to update it?
When new Lead is saved I have corresponding task created (in hook, inside "beforeSave" function).
In case I need to update the Lead, already created task needs to be updated as well. Task name is generated using data from Lead.
How can I get already existing task name to update it?
Comment