Wizard for a Portal

We have a complicated application process for missionaries to sign up to give their pitches for donations to their projects.  I am trying to create a wizard in a portal for this application that is composed of 8 screens or sections. 

My initial foray into this problem was to create one interface with adaptive sections that would hide or show depending upon where the applicant was in the process.  That got very complicated fast!!

My next try was to break it up into multiple interfaces and using a process flow to step the applicant along.  This didn't work as the process would stop at the next User Input Task and not show the applicant on the portal the screen.  The portal seems to stay on the initial interface.  I tried Activity Chaining and could not check the "This node will run as an automated activity...." radio button in the User Input Task.

Any suggestions on how to attack this problem?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    HI  ,

    We have similar requirement where Vendor Onboarding Form has Many sections almost 9 where Vendor Fills in the portal. We went with one interface having all sections and depending on the flow and selected wizard we show section( as you mentioned you tried). Would like to know what difficulty you are facing?

    AFAIK, we cannot use multiple interfaces to display seamlessly in portal. Because only way to start a process from Portal is by using a!StartProcess or calling integration.

Reply
  • 0
    Certified Senior Developer

    HI  ,

    We have similar requirement where Vendor Onboarding Form has Many sections almost 9 where Vendor Fills in the portal. We went with one interface having all sections and depending on the flow and selected wizard we show section( as you mentioned you tried). Would like to know what difficulty you are facing?

    AFAIK, we cannot use multiple interfaces to display seamlessly in portal. Because only way to start a process from Portal is by using a!StartProcess or calling integration.

Children
No Data