How to connect three UI via a portal if we want simultaneous UI one after the other based on some conditions.

Certified Associate Developer

Hi Experts,

I have one more question regarding the portals. I have three UIs, one is the initial form and the second is the verification UI wherein user will provide the verification code received via an email and if the entered code matches with the email code then we will show up the third UI to provide further details and then it will submit the form.
How can this be achieved from technical POV?

Any solutions/suggestions will be highly appreciated. Thank you!

  Discussion posts and replies are publicly visible

Parents
  • You can’t run a process model with 3 different UI configured on it. Only thing which you can do is, have one UI and conditionally show part of it when certain conditions are matched. But in your case you also want to send an email which I have not tried so not sure if it would be possible from portal. 

    To me your use case looks like to be of an authenticate site and not of a portal

Reply
  • You can’t run a process model with 3 different UI configured on it. Only thing which you can do is, have one UI and conditionally show part of it when certain conditions are matched. But in your case you also want to send an email which I have not tried so not sure if it would be possible from portal. 

    To me your use case looks like to be of an authenticate site and not of a portal

Children