function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Leigh0725Leigh0725 

Embedded Flow in a VF Page

Okay, I've been playing around with the Flow feature and am now trying to embed the simple flow I created into a VF page.  I can run the flow with no problem, saved it and have an active version.  I have a simple VF page with the following code. But when I try to save it, it says Create_Lead_Test is not found or doesn't ahve an active version.  I'm confused as to why it is saying this. Create_Lead_Test is the unique name.  Am I missing something?

 

<apex:page>
    <flow:interview name="Create_Lead_Test"/>
</apex:page>

Leigh0725Leigh0725

OMG - chuck this one up to user error.  My flow is in our sandbox, and i thought the screen i was working on was for the sandbox.  Nope, it was production.  Yikes, this made me feel like an idiot.