Hello,
I would like to modify the order of some modules depending on the pipeline where the deal is.
So, if the deal is in Pipeline A, then it will be showed modules 1, 2, 3, 4.
However, if the customer moves to the Pipeline B, then the order should change to ie. 3,4,1.2
I just found a way to do it, hiding the modules when changing the pipeline by creating the Canvas Rules. However, I can´t find a way to make this work without having to hide the modules.
Any idea on how to achieve this?
I could copy the modules like 1,2,3,4,3,4,1,2 and then hide half of them depending on the pipeline but that´s a time consuming and I have 3 pipelines and many modules.
Thanks