Displaying 1 result from an estimated 1 matches for "prospectdetails".
2005 Dec 27
3
What is the best way of setting up the following model:
...of contacts:
Customers and Prospects. A part of the info is the same (addresses,
company info etc) for both customers an prospects and a part is
different.
What i would normally do is defining tree tabels: organisations for the
generic info, customerdetails for the customer specific info and
prospectdetails for the prospect details.
Would you also do this in a Rails application?
and if so, how would the models look like? would the customer and
prospect model both use the same table ''organisations''?
is it hard to retrieve separate lists of customers and prospects?
or is the above w...