• Yelena Glezer 12
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
I am new to the visual flow concept and had to create a survey flow. The flow works fine, but I am taken back to the first screen after clicking the finish button. I found some recommendations and created a visualforce page (below). When I launch my survery from the preview button on Visualpage, Finish button functions as expected. However, If I launch the survey with a custom button, the Finish button is not working
<apex:page >
<flow:interview name="Response_Team_Survey" finishLocation="{!URLFOR('/home/home.jsp')}">
</flow:interview> </apex:page>

I am pretty sure I am missing a step or a few here, but I just don't know how to fix it. 

Any help is apprecated. 
Is it possible to launch a flow when a certain field value is selected?
Here is my use case:
  • If Contact is seleced as "Client Reference" (Yes/No picklist), then I would like a screen (Flow) with 5 fields launches.
  • Once flow is finished the Contact Record is updated.  
The reason I need the flow to launch is because our Contact object has way too many fields and I am only allowed to the client reference section below the screen fold. Instead of making users scroll all the way down to the Client Reference section, i thought it would be nice to just launch the screen with questions and then update the record. 

Any suggestion will be greatly appreciated
Is it possible to launch a flow when a certain field value is selected?
Here is my use case:
  • If Contact is seleced as "Client Reference" (Yes/No picklist), then I would like a screen (Flow) with 5 fields launches.
  • Once flow is finished the Contact Record is updated.  
The reason I need the flow to launch is because our Contact object has way too many fields and I am only allowed to the client reference section below the screen fold. Instead of making users scroll all the way down to the Client Reference section, i thought it would be nice to just launch the screen with questions and then update the record. 

Any suggestion will be greatly appreciated