Skip to main content
Dennis Warner 님이 Salesforce Flow Automation에 글을 올렸습니다

Good Morning, I'm seeking help.  I'm trying to create a flow that clones an order and the order products.  I am successful at creating the order, but the order products are empty.  Any help would be awesome.

댓글 7개
  1. 2020년 11월 13일 오후 3:57
    Okay so in the Get Records you need to use a similar setup to what I did. You'll get all Records of the Order Product (vs. Oppty Product) object where the OrderId (vs. OpptyId) equals $Record.Id - since the record that started your flow is the Order. In my case, I needed to Get the Opportunity first so I used the Oppty from my Get records. Hope this helps!
0/9000