You need to sign in to do that
Don't have an account?

Split Screen VF Page ...
HI,
I have created an in depth flow which is working well, I want to be able to split screen this flow which I can do but I am unsure how to show the flow on oneside and then the created custom object on the otherside?
I think I need to pull a variable out of the flow but I am unsure on this.
Custom Object - Treatment_Plan__c
Variable - VarTreatmentID
I have created an in depth flow which is working well, I want to be able to split screen this flow which I can do but I am unsure how to show the flow on oneside and then the created custom object on the otherside?
I think I need to pull a variable out of the flow but I am unsure on this.
Custom Object - Treatment_Plan__c
Variable - VarTreatmentID
That way, the page uses the same controller for both sides and you don't need to pass anything back and forth!
All Answers
What I want to do is have the flow VF page on one side and then the created object on the other. I have got the split screen working but cant seem to get the object on the other.
If anyone can provide assistance on whether I can use the above class to set the finish location also would be great.
This way you don't have to worry about passing variables back and forth, you just fake it =)
Anyway I can get this to work is fine with me, do you have an idea of how I can do this?
Ben
That way, the page uses the same controller for both sides and you don't need to pass anything back and forth!