• Lindsey Colvin
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Is it possible through visualforce to extend a question in Visual Workflow across the screen within the flow container?

For example, standard set up formats the question in multiple lines:

Would you like to     O  Yes
report an issue,
ask a question or     O  No
create a Services
request?

What I would like to do is have it appear like this within the flow container:

Would you like to report an issue, ask a question or create a Services request?   O  Yes

                                                                                                                                 O  No

Is this possible?  Thank you in advance for any help you can provide!

We have created a flow that creates an Opportunity and we want the "finishlocation" of the flow, where they end up when they click "Finish", to be the newly created Opportunity. I know that we will have to create a VF page and controller to pass the OpptyID (once created) back to the VF page and set as the finishlocation, but can't figure out how to do it. Any ideas?