Wasn't sure where this question best belongs... Content types or Search Types
To illustrate my question, let's say a client wants to create quotes for their customers (using a content type).
There are lots of parts to a quote system, but it seems the crux of the project is:
1) Using a content type to build a list of parts
2) However, if the parts list is 8000 long (in a separate dB table), then the client would need to use a Field X / Search combo -- right?
-- Where they can add a part to their list (for the quote) by searching the parts table (by SKU, or other)
-- Then add another, and keep adding them
Am I on the right path here ...?
Thx much!