Skip to main content
Roxanne Leslie 님이 #Data Management에 질문했습니다
I am new to flow designer and have been playing around with it a little bit.

 

I have created new screens and fields to go along with it but I am wondering if there is a way to reference SFDC fields within the flow or if they remain completely seperate.

 

I would also like to create an activity when a step in the flow has been completed but I'm not sure how to do that either.
답변 3개
  1. 2013년 2월 26일 오후 8:04
    You can use a RecordLookup flow element to find the record you want and map its fields to flow variables.  If your flow is changing data, you can use a RecordUpdate flow element to save the data back into the SFDC record.  Often, a record ID will be passed to the flow to get things started and you can use that for the first RecordLoookup,
0/9000