Skip to main content

Using One Forms Data to Populate Related Forms

Comments

4 comments

  • Prajakta

    Please see this documentation about linked flows. I think this is what you are looking for.

    I would recommend that you go through the frevvo workflow tutorial which covers a lot of functionality in the flow designer. That should help you get a pretty good understanding of how to design frevvo flows.

    0
  • Chris McFarland

    Perfect!

    I'm going through the DB Connector Tutorial now, and it is helping a lot.

    Things are definitely coming together, as my database operations are passing their tests and writing the various files and URLs/URIs seems to be on track.

    Writing a Rule to pass on my key data to the query is my present step, and if that goes right I'll have a simple data interaction that works, and can branch out from there.

    I can see how I may end up using an UPDATE operation to pass off the cardinal form's data to a table and then having the subsequent forms read from that in order to populate themselves.

    So, I'll check out that tutorial and keep moving along one step at a time.

    Thanks!

    0
  • Chris McFarland

    OK, here's something that you may be able to help me with...

     

    So, in the typical fashion I'm cobbling together my solution from a bunch of tutorials that are semi related.

    Here's my angle:

    I first want to keep it super, super simple  and have a single field (SSN) bring back the Name associated with that SSN.

    All my data elements test perfectly, and in the catalina.log file I can see my data transaction being process perfectly.

    Everything checks.  The SQL bit can be copy/pasted from the log file for a good return, and the URL that I used to generate the schema will pull perfect data when punched in with normal GET syntax.

    I generated my XSD file, loaded in the schema and then pulled it into my form.

    I hit the '+' symbol to create some controls, and they show up.

    I created my Manual URI string, and that looks awesome, too.

    Sounds great, Right???

    So, what's NOT happening is that my controls are NOT populating with data.

    I must be very close!

     

    What do you think?

     

    Thanks!

    0
  • Prajakta

    Please confirm that you have configured the Doc URI for the schema document and not the default document that is present for palette controls:

    DocURI.png

    Please see this documentation for full details.

    0

Please sign in to leave a comment.