Skip to main content

I have flow that should "flow" when an opportunity product is added to an opportunity, but not when the product is added via the "quote Sync" feature. 

 

Is there a way to detect what the origin was of the "create object" trigger? 

#flow
2 respostas
  1. 12 de jul. de 2022, 11:29

    If you have added quote line items on the quote all these line items (QuoteLineItem) are copied to opportunity line items ( OpportunityLineItem) by the sync process. 

    So it creates new objects on the opportunity. 

     

    Basically this is the beauty of the whole syncing process between Quotes and opportunities. 

0/9000