Matthew Buck <matthew (AT) reflectingdesign (DOT) com> wrote:
Quote:
Consequently I am trying to configure my database such that I can move
Quote data from a Quote Table to an Order Table at that point when a
Quote becomes an Order. |
I did the same 5 years ago with FMP 8.
Quote:
My thought, through a button on Quote Form, is:
Open New Window
Create New Record: ORDER, layout Order Form
Set Field - target (ORDERS field name), calc (QUOTE field name).
... and Set Field for all the field data to transfer.
It does not work. |
I haven't tried to understand all those relations you made, just give
you my simple approach:
From the quote: GTRR to the quot line items, if any
Leave them as they are and go to the order layout
Create new order record
grab the key in a variable or global field
go to the layout with order line items
import the quote lines (see 2)
use replace field contents to assign the foreign key for the order
go back to the order layout
--
http://clk.ch