I have two blueprints active; one for the deals module to move deal records through our pipeline, and another for the quotes module. the way our business process flows, creating and sending quotes is a very early stage of a deal.
My issue is: i have configured Field Updates to occur after certain Transitions in the "Quote" Blueprint. These Field Updates should change the Deal Stage in the Deals module. The deals module also has an active blueprint that uses the Deal stage as States. When the Field Update is triggered from the transition in the "Quote" Blueprint, the Deal stage field does not update, and the "Deal" Blueprint does not advance.
How do I get these blueprints to work in tandem?