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
brad4kronosbrad4kronos 

wizards / screen flows

I have been asked to construct a "turbo-tax" like screen-flow wizard for allowing an end-user to configure our application.  Is there something in the base SF that can be used / leveraged for this?  Does anyone have any suggestions where I should start?

DevAngelDevAngel
Hi brad4kronos,

Wizards are actually quite simple to do with Visualforce.  But, as Visualforce is not yet generally available, an alternative would be to use an scontrol and a 3rd party AJAX framework to create the wizard.  Dojo has a wizard framework, and I've seen samples on creating wizards with other frameworks.  You'll need to do a bit of googling.


Cheers