Hi there,
Is it possible to copy an entire table on to another form?
We have a process where we create a quotation, and then once approved, we create an invoice from that quotation.
Right now I'm using a workflow to save the table data from the quotation form to a database table, and then the invoice form does a look up on those database values.
We have had some issues with users omitting items from the quotation form on the invoice form, so to avoid this I'd like to have the information duplicated, but items can still be added or deleted as needed.
Thanks.