Could someone help me set up my Lookup Rules in my Form? I have successfully done this where the Form looks to the SQL and populates my form, but in this case, I'm wanting a collection field table to populate the SQL datasource so that the information can then be used later in the process to calculate costs, like in an invoice: 10 of Item A ordered, 15 of Item B ordered.
At Stage One (application) we don't know the costs; at Stage Three (order is being placed) we have the costs and want the table populated with values, and need to report costs to the applicants.
I have also successfully built the cost calculations directly into the form table at Stage Three, however, it would be an incredible amount of work savings for the process users if they can just have IT plug in the costs for each item directly into the SQL table and let the forms take care of each order via the lookup table. SO, IN EFFECT, at Stage 1, I need it to send data to the SQL; and at Stage 3, I need it to lookup the SQL table and bring back the values to continue populating the table with the costs.
The following LF Answers post makes me think possibly sending data to the SQL is only done via workflow?