What is the relationship and the cardinality between those 2 tables (oportunities_cstm <--> opportunities) ?
I saw that oportunities_cstm contains the custom fields.
Thanks.
What is the relationship and the cardinality between those 2 tables (oportunities_cstm <--> opportunities) ?
I saw that oportunities_cstm contains the custom fields.
Thanks.
oportunities_cstm.id_c == opportunities.id
There is only 1 opportunities_cstm per opportunities but only if there is custom data that has been stored. So the cardinality of oportunities_cstm.id_c <= opportunities.id
That help?
thanks!
if I understand correct: each opportunities has 0 or 1 opportunities_cstm and each opportunities_cstm has ONLY 1 opportunities ?
because when I check a report (which have fields from both tables) it brings NULL and blank values in the opportunities_cstm.offering_c field.
Last edited by skysolutions; 2005-09-15 at 07:26 PM.
Yep, that is correct.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks