Hi all, I am having some trouble with hopefully a simple resolution. Any ideas are graciously received.
I have a basic table I have uploaded into SQL. The main fields are Customer, Part and Description.
Using Forms 10 and Workflow;
In forms there is a drop down that contains a list of customers. Once a customer is selected it then displays the list of corresponding parts to that customer (from the SQL Table). The operator can edit what they like and any changed fields (once submitted) then get updated back to the SQL table (via workflow), the problem I have is if they add a new part, it doesn't save back to the SQL table.
Once the form is submitted, workflow initiates gets the forms business process instance and forms/table values etc, it then has no problem updating the fields that are already in the table. But I have no way of saving the new row details.
How can I make it only add the new row?
I have tried several things but to no avail. Every time I try and insert data it inserts the whole table.