Hi
I'm planning some development which will involve creating a new table linking off the Lead table (one to many relationship). I want the contents of the table (per lead) to be accessible from the account if the lead is qualified as an account. Can this be done?
I'm think there could be 2 ways of achieving this, one would be to create a corresponding table hanging off the account table so the data would transfer straight over when t he lead is qualified, the other is to have a centralised table that both the lead and account have access possibly linked on leadid and/or accountid on qualification.
Could any of these methods actually work?
I have previously brought additional fields over from the lead table over to the account table on a one on one basis but this table would need to be a one to many relationship.
Has anybody any advice before I attempt to develop this.
Thanks in advance.
Dave |