May 12, 2022 9:51 AM - edited May 12, 2022 9:55 AM
Hello,
I am looking to add a custom code in my workflow, that will clone a deal to another pipeline, and copy deal properties to the newly cloned deal.
My use case is to clone the deal to a new pipeline and copy deal id from the original deal to the newly cloned deal.
Anybody tried dealing with a similar scenario ?
Thank you,
@ChrisChiha
Solved! Go to Solution.
May 12, 2022 2:08 PM
Hey Chris!
Check out Clone Attack, it does all this out of the box (no custom code required)!
Clone Attack has a workflow action that allows you to choose what associations and properties you want to copy over to the new deal. It also allows you to choose what stage and pipeline the new deal gets created in. You can also incerment date fields by a set amount of time such as +1 month or +17 weeks.
If you want to copy over the original Deal ID all you have to do is create an unformatted number property for deals with the API name: ac_clone_attack_parent_object_id
Here is an example of what a Clone Attack workflow looks like:
Hopefully this helps!
May 12, 2022 2:08 PM
Hey Chris!
Check out Clone Attack, it does all this out of the box (no custom code required)!
Clone Attack has a workflow action that allows you to choose what associations and properties you want to copy over to the new deal. It also allows you to choose what stage and pipeline the new deal gets created in. You can also incerment date fields by a set amount of time such as +1 month or +17 weeks.
If you want to copy over the original Deal ID all you have to do is create an unformatted number property for deals with the API name: ac_clone_attack_parent_object_id
Here is an example of what a Clone Attack workflow looks like:
Hopefully this helps!